jmartins
Okay, what about the web server settings and/or site specific settings via the web server? There are things like TimeOut, LimitRequestBody, etc. Also, if using a hosting provider ask them if they have any security rules, etc. that might be triggering on the upload request therefore blocking it or something. I’ve seen this in the past with different files and different hosts. They usually have security logs or what have you that will display requests that were blocked due to security rules.
Also, if you open the browser’s developer tools, go to the network tab, upload a 200MB file, and look at the upload request what does it look like? Does it return an error when it freezes, does the request keep going (pending) when it freezes, etc.?
Cheers.