AjaxUploader Stalls/TimeOut when uploading from Mac

Last post 04-16-2009, 11:14 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  04-14-2009, 4:36 PM 51090

    AjaxUploader Stalls/TimeOut when uploading from Mac

    Two users reporting that they cannot upload files greater than 30Mb from a Mac.
     
    One user reported the upload progress gets to around 9% then stalls... another user reported that an error was generated that the iis 7 max file size was reached.
     
    The server is using IIS7 and the web.config - system.web is set to:
    <httpRuntime maxRequestLength="200000"/>
     
    The site is publicly hosted on godaddy.com, so there is no chance of changing IIS configurations.

    The same files upload when done from a windows machine. Any help is greatly appreciated.
    Filed under: ,
  •  04-16-2009, 11:14 AM 51164 in reply to 51090

    Re: AjaxUploader Stalls/TimeOut when uploading from Mac

    Hi,
     
    When the server side use IIS7 ,
     
    both the maxRequestLength and uploader internal code are not able to override the IIS7 30MB configuration.
     
    So if you can't modify that configuration file , we are not able to do more.
     
     
    When you can upload a file bigger then 30MB in windows ,
     
    I think that because you installed the Silverlight.
     
    In silverlight mode , uploader will spilt the file into multiple pieces, so it works.
     
    Regards
    Terry
View as RSS news feed in XML