I am using yui-uploader from YUI 2.6.0
When an upload error occurs, I disable the uploader, show a warning, and then when the user clicks ok, enable it again.
Subsequent to this, selection of new files works, and the file list is populated correctly. However the uploads do not start. Has anyone encountered this problem? How do you handle restarting with the uploader? Will I need to destroy and recreate the object itself?
In the case where there is no error, I am able to successfully choose (say) 3 files, wait for them to upload, choose 3 more, let those upload, etc.