bootstrap-file-upload

Add cancel upload or abort functionality to bootstrap multiple file upload plugin

僤鯓⒐⒋嵵緔 提交于 2019-12-22 06:49:55
问题 I am using bootstrap multiple file upload plugin to upload file. I am using the example that is on this link. Now I want to add another button "Cancel upload" besides the "Add files" button. On clicking the "Cancel upload" button the uploading process should be stopped. Please help me out to get around this issue. Thanks 回答1: Finally, after extensive trials and errors and searching for relevant code solutions, I got it working exactly the way I wanted ! I posted my query on the plugin's

Add cancel upload or abort functionality to bootstrap multiple file upload plugin

时光怂恿深爱的人放手 提交于 2019-12-05 10:03:39
I am using bootstrap multiple file upload plugin to upload file. I am using the example that is on this link. Now I want to add another button "Cancel upload" besides the "Add files" button. On clicking the "Cancel upload" button the uploading process should be stopped. Please help me out to get around this issue. Thanks Finally, after extensive trials and errors and searching for relevant code solutions, I got it working exactly the way I wanted ! I posted my query on the plugin's github issue page and got the help from there. Below is the code sample that really worked : 1.First you have to