1

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

Dacto
  • 2,901
  • 9
  • 45
  • 54

2 Answers2

3

No problem.

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

stesch
  • 7,202
  • 6
  • 47
  • 62
2

I think that major issue is client's browser stability, and client's connection. It's pretty hard to transmit that much of data without any accident...

Alekc
  • 4,682
  • 6
  • 32
  • 35