Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    How to increase slider image upload size?

    Knowledge Base
    3
    3
    657
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      sanjana singh last edited by

      How to increase slider image upload size?

      1 Reply Last reply Reply Quote 0
      • R
        RK REZA last edited by

        Please answer

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by

          Hello,

          To increase file upload size, you need to set the value of 'upload_max_filesize' and 'post_max_size' in your php.ini.
          Path of this file in linux is -> /etc/php/7.2/apache2.

          ; Maximum allowed size for uploaded files.
          upload_max_filesize = 40M

          ; Must be greater than or equal to upload_max_filesize
          post_max_size = 40M

          For more refference, please see this one - https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size

          Thanks
          Rahul Shukla

          1 Reply Last reply Reply Quote 0
          • First post
            Last post