• Resolved fzishk

    (@fzishk)


    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)

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter fzishk

    (@fzishk)

    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

    :)))))))

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Increase upload image/video size limit’ is closed to new replies.