Hi all,
We have uploaded a new version of uploader.
It have fixed the bugs recently , and add two new properties:
1, AutoUseSystemTempFolder - if ~/UploaderTemp is not write-able , the uploader would use system temp folder . Uploader also create a file at that folder, for security checking.
2, ShowFrameBrowseButton - for firefox/opera which do not support inputfile.click() , it need click twice to open the dialog. now this property would show the iframe browse button directly .
And now uploader have a very useful feature ,
the RESUME feature , is very good for multiple large files upload.
While a file get error while uploading, the uploader would ask the user try again or not.
The developers can use the RESUME API to suppend/resume/cancel the file
Currently our implementation is not able to start other files until the current file be proccessed.
(NOTE:For the resume.aspx/resume2.aspx, open the html source code and check the javascript code.)
Regards,
Terry