hi,
When I try to upload a file and in the filesadded method return false, the upload is correctly canceled. However, when I try again to upload a file and in the filesadded method return true, the first file was not removed from the upload list.
I tried it in the filesadded method:
uploader.removeAll();
but it does not work.
Any idea?
Thanks