Set the PHP Upload File Size
by Dan
Using the .htaccess file you can edit the maximum size allowed for file uploading to your server. Obviously you do not want to pick something ridiculous but when your upload size is as small as say 2MB you might want to change that.
Edit you .htaccess file and add this code snippet:
php_value upload_max_filesize 50M
Related posts:
- MySQL – Find and Replace Statement The other day I had to move a blog...
- Password Protected Directories and Wordpress So I moved my Wordpress install to the root...
- Change Default Uploader in Wordpress For some reason some of my sites always freeze...
- QDir File Management Well I have never been a big fan of...
- Setting up Mercury SMTP for XAMPP Alright so after being up late last night until...
Related posts brought to you by Yet Another Related Posts Plugin.