Using Dropzone to upload twice with asp.net
问题 I want to upload file by using dropzone. First I will check this file format when user upload his/her file, so I guess I need to set "autoProcessQueue: true" so that the uploaded file will be checked automatically. If the file format is not right, user will be asked to upload again until upload right file. Then when user click "save" button, this file will be uploaded into my server. My javascript code is below: Dropzone.options.myDropzone = { autoProcessQueue: true, addRemoveLinks: true,