Making sure File-upload is working! max_upload and what else?

Aiislynn

New Member
hey,i wanna make really sure, that a user can upload large files to my server.which php settings do i have to consider in my php.ini file that make sure a file-upload doesn't fail?i've now set those tow lines in my php.ini file:\[code\]upload_max_filesize = 500M ;post_max_size = 500M ;\[/code\]is there anything else i need to consider?thank you for your advice.
 
Back
Top