Add to Favorites

PHP file upload restrictions

Having problems with your file uploads getting cut off for various errors from php?

Remember that in order to accept larger uploads you may need to adjust your php configuration file ( php.ini )

Here are some items you should check and tweak in php.ini

memory_limit
post_max_size
upload_max_filesize
max_execution_time
max_input_time

Comments

Be the first to leave a comment on this post.

Leave a comment

To leave a comment, please log in / sign up