Forum Moderators: coopster
i am facing with the problem that i have to write upload page with php to upload big files like 30 MB video files. and i already changed the max upload file size to 48M in php.ini but it is still not working..
i can upload over 15 MB files it is ok. but when i tested with 20 MB files, i got fail.
if you guys guide me i will great appritiate and thanks to you.
myomin
Sean
upload_max_filesize
post_max_size
memory_limit
max_execution_time
max_input_time
The post_max_size [php.net] directive is a good start to understanding what each does and their relationship to each other. Actually, Handling file uploads [php.net] and the page links there, including Common Pitfalls are probably your first stop.