While i was trying to upload a mp3 file using WordPress Media Library i got problems. Upload process had stopped before it started.
PHP config limited my upload size. That was the reason why WordPress couldn’t uploaded files to its folder. PHP asked WordPress to stop the process.
Open PHP configuration file, php.ini on any text editor,
look up for Maximum allowed size for uploaded files.
e.g upload_max_filesize = 2M -> change 2M to whatever size you want
Every server have different PHP Configuration, please ask your server admin how to change it
Related posts:





0 Trackbacks
Trackback URL for this post:
http://pixert.com/upload-limitation-with-wordpress-media-library/trackback/
0 Pings