I have a wordpress webiste which allows users to upload videos and photos. instead of the upload timing out and nothing happening when the file is too big, is there anything that i can do to notify the user when the file is too big and some how automatically resize the file?
1 comment
Comments are closed.
You can try below solution:
php_value file_uploads On
php_value upload_max_filesize 100M
php_value post_max_size 100M