frosty7700
Programmer
I've got a script that uploads to a Linux server. It usually works perfectly...with small files.
But when I try to upload something large (more than 1 meg or so) it dies on me...no timeout or anything...it just acts as if nothing happened. It will act like it's uploading for a few seconds, then just quit.
In php.ini I have MAX_EXECUTION_TIME set to 30 and MEMORY_LIMIT set to 20M. Yet the files I've tried are way smaller than 20mb, and it croaks WELL before 30 seconds pass.
Any ideas?
But when I try to upload something large (more than 1 meg or so) it dies on me...no timeout or anything...it just acts as if nothing happened. It will act like it's uploading for a few seconds, then just quit.
In php.ini I have MAX_EXECUTION_TIME set to 30 and MEMORY_LIMIT set to 20M. Yet the files I've tried are way smaller than 20mb, and it croaks WELL before 30 seconds pass.
Any ideas?