How do I upload large (30MB) files via a web interface?
Posted
by Dan
on Server Fault
See other posts from Server Fault
or by Dan
Published on 2010-02-23T00:16:45Z
Indexed on
2010/04/30
15:28 UTC
Read the original article
Hit count: 190
Because I'm stumped...
The client needs to be able to upload large images to a library but the upload fails after 5-6MB (over my poor connection). It seems to be timing out as the filesize at fail isn't consistent.
The setup is a form which is accepted by PHP. I've googled and played with php.ini and everything is set for big uploads and long timeouts. Platform is a dedicated windows server at GoDaddy.
What's going wrong?
© Server Fault or respective owner