(I am not very experienced with PHP, so bear with me please)
Hey,
I would like to know how to handle large file uploads with PHP. I have the script, and good understanding of the script. I would like to know how to manage LARGE file uploads. I can upload files of sizes of up to something like 6 MBs, but nothing larger.
I have set the php.ini value of max file upload size to 250M (would that be 250 Megabytes or is it megabits, in which case I see my possible mistake) and in the upload.php file, the MAX_FILE_SIZE value is just 250000000.
Is this right for uploading files of up to 250 Megabytes or not? If I'm doing something wrong could anyone help me?