can anyone tell me how to increase the uploading limit size of images/videos in WordPress ! default limit size is 2MB, i m using Linux server ... (C-panel)
can anyone tell me how to increase the uploading limit size of images/videos in WordPress ! default limit size is 2MB, i m using Linux server ... (C-panel)
This us usually done via the upload_max_filesize directive in a php.ini file. Contact your hosts to confirm that you can set up a local php.ini file as not all hosts allow this.
oh Thnx Esmi ! i have solved it , it just upload my php.ini file in wp-admin folder...
we need to change these changes in php.ini file ,
php.ini:
post_max_size = 64M
upload_max_filesize = 64M
:)))))))
You must log in to post.