Plupload - how to stop uploads individualy
Posted
by
Manny Calavera
on Stack Overflow
See other posts from Stack Overflow
or by Manny Calavera
Published on 2011-01-14T22:58:16Z
Indexed on
2011/01/16
23:53 UTC
Read the original article
Hit count: 289
Hello. I'm using plupload script with PHP and I am uploading using HTML5. I would like to stop uploads separately, from the list, not the whole process. Is this possible with plupload ? I think it would be useful to stop individual files.
Thanks.
EDIT: Let's just say that a user tries to upload 2 files and they are added to queue. After that, he clicks the upload button and the upload starts. At some point during the upload he realize that he doesn't really want to upload the second file, he needs to stop the 2nd upload and the 1st upload should continue. I can send an uploader.start(); on the plupload but it will stop all upload processes...and I need to stop just one. Thanks.
© Stack Overflow or respective owner