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

Last post 03-05-2009, 10:52 AM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  03-04-2009, 10:54 PM 49484

    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
     
     
     
     
     
     
     
  •  03-05-2009, 7:28 AM 49489 in reply to 49484

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

    Still getting this error even when AutoUseSystemTempFolder is set to true
    It just doesn't seem that it is trying to write to the temp folder from the path below,
    please note that it does work on the local machine however it doesn't work on the server.

    Access to the path
    C:\InetPub\Test\uploading.93df8df9-4941-4fa9-818e-f844a7b457c1.filename,rtf.resc is denied
    Click ok tp resume the file
     
    Thanks
  •  03-05-2009, 10:52 AM 49501 in reply to 49489

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

    Hi,
     
    if you specify another value to TempDirectory property , the AutoUseSystemTempFolder would not be used.
     
    Because the uploader would think you want to that folder explicitly
     
    --
     
    If you do not change the TempDirectory , and both Path.GetTempPath() and windir\Temp are not write-able , the uploader would just use ~/UploaderTemp
     
    Regards,
    Terry
View as RSS news feed in XML