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.