Re: Timeouts on Large Files

  •  08-02-2010, 8:23 PM

    Re: Timeouts on Large Files

    Hi,
     
    What error do you get when testing the asp.net file upload control ?
     
    How about your configuration for the trust level ?
     
    <trust level="Full" />
     
    If you use this , uploader module will help you to skip the execution timeout issue for uploader requests.
     
    on our server , we do not set sepcial configuration : http://ajaxuploader.com/Demo/Large-File-Upload.aspx
     
    Another way for big file uploading task , is using Silverlight mode. Silverlight mode will split a file into small pieces.
     
    Regards,
    Terry
View Complete Thread