Are there any robust PHP scripts that let me upload files of sizes up to 150MB and have a progress bar? Maybe a commercial script or just a public domain one.
Currently, I use ASPUpload but I wish to move over entirely to PHP.
Thanks,
Jon
See this: http://tomas.epineer.se/archives/3 It seems there is no way to do it in "pure" php. Either patching php or perl scripting is needed.