Upload file_size<

liunx

Guest
(yes I know there was a thread about this just here, but it didn't answer my question.)

Because, I made a thing so that people can upload files to me. But, I cant get the max_file_size over 5M. I tried to change the max file size in the Apache config file (or was it the PHP.ini file? Guess I tried both...) from 5M to 20M, but it didn't work. Any suggestions?also have to change your POST size in php.ini.

post_max_size = 8M
upload_max_filesize = 2M

thoughs are the ones you have to change. if you set it in the form you have ot make it higher too.Thanks alot! I'll try it when I get back to my computer:)
 
Back
Top