I want to code a php file uploader, but for bigger files. What do I have to modify?
Asked
Active
Viewed 176 times
1 Answers
0
You have to modify upload_max_filesize and post_max_size and make sure that post_max_size is larger than upload_max_filesize. Change the max_execution_time too.

MeknessiHamida
- 185
- 1
- 8
- 28