jQuery file upload: Is it possible to trigger upload with a submit button?

前端 未结 8 2317
走了就别回头了
走了就别回头了 2020-12-01 01:40

I\'m using jQuery file upload for AJAX-based uploads. It always starts uploading after a file is selected. Is it possible to change the behavior to use the \"submit\"-button

8条回答
  •  忘掉有多难
    2020-12-01 01:55

    In the downloaded sample Navigate to js/jquery.fileupload-ui.js and in that you will have autoUpload which is set true by default go ahead and it to "false" then you can use submit behaviour.

    EDIT:

    Try this for the basic implementation:

      
    

提交回复
热议问题