Running Unix and php5.
I have an upload form that allows people to upload any file format at any size. As of now when you try to upload it fails most of the time when I try to upload a couple mb file. However if I upload a small text file it is fine. Also I have read about issues of timing out with large files. Is there something I can do server side or preferably in my php code to enable someone to upload really large files without it timing out? Is the browser limit 500MB?