I've built a rather simple file uploader.
It works with any type of file given.
I need it to go up to 30 meg for a limit.
MY max_file_size hidden field is set to 31000000 which is 31,000,000 bytes or 31 megs.
My php.ini max file size is set to 300m and my timeout at 3600 seconds, which is an hour.
The script executes perfectly with 5 meg files and such
however, when I upload a file that is 22 megs, the script executes in only a few seconds, and it acts as if the file was uploaded and enters it in the database, however, the file does not copy to the directory and the db enters it as blank.
However, the script acts as if everything went well.
Its on my local developer machine so I cant put it up for yall to see, but where else do I need to set max file sizes at? i'm runing php5 on the latest apache.