KB - Uploader 2009-03-05 version. fixed some bugs and new features , the RESUME feature.

  •  03-04-2009, 10:54 PM

    KB - Uploader 2009-03-05 version. fixed some bugs and new features , the RESUME feature.

    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
     
    This is a sample page to learn the API  http://ajaxuploader.com/demo/resume.aspx 
     
    Currently our implementation is not able to start other files until the current file be proccessed.
     
    Here is another sample page to try a file for max 3 times http://ajaxuploader.com/Demo/resume2.aspx
     
    (NOTE:For the resume.aspx/resume2.aspx, open the html source code and check the javascript code.)
     
    Regards,
    Terry
     
     
     
     
     
     
     
View Complete Thread