Search code examples
phpfile-uploadreliability

php file uploads over 200mb


after changing the max file size, session times, and post max size is it wise to use php to upload files larger than 200mb? reliable? (and this is ignoring whether a client connection is maintained)

edit: done through http not ftp


Solution

  • No problem.

    We have an up-/downloads site at work so that customers can send print data. And these files can get pretty big.