I have a potential client who requires his website to be able to accommodate a small number of registered users uploading, via a web interface (not FTP), files that could be as large as 300 meg.
Would my VPS account be able to handle this, and if so, would there be any repercussions? If VPS couldn't handle this - what alternative accounts (if any) could?
Thanks in advance.


LinkBack URL
About LinkBacks



Reply With Quote
you can upload via http as much data as you want (as long as you are aware of the pitsfalls listed above). A VPS allows you to change your php.ini settings and allow large file uploads. This is something you can not do via the shared plan. And you can also write php scripts to use FTP protocol to upload the files (much like the program you linked to).
All posts above already agree that in principle you can upload as much data as you want. That you would be unable to do this in the shared environment is not true. Both the max-size and max-execution-time settings needed for that can be overridden from outside the php.ini.

Bookmarks