jQuery auto upload file

前端 未结 2 1449
-上瘾入骨i
-上瘾入骨i 2020-12-31 05:33

I want the file input will automatic upload my image without enter any submit button.

2条回答
  •  渐次进展
    2020-12-31 05:52

    With more recent versions you can also just set the autoUpload option to true:

    $('#fileupload').fileupload({ autoUpload: true });
    

提交回复
热议问题