Our team intervenes within 48 hours, we recommend you submit a public ticket so that other developers can help to fix the issue as soon as possible.

If you purchased the item 6 months ago, please read the Item Support Policy carefully before submitting a ticket.

Note: don’t share item or server credentials on public, use the private option.

Okay
  Public Ticket #2784540
Change is upload size from 2MB
Closed

Comments

  • Khalid started the conversation

    I need to change image upload size from 2MB today even a simple camera will not capture >2MB I have edited for php.ini but its not working please tell me the controller location which I can change thanks

  •  142
    Elyas replied

    Hello ,


    You can change it from the init.php file ,


    /* * IMAGE CONFIGURATION */
    define("MAX_IMAGE_UPLOAD", 2); // <---- this one
    define("MAX_NBR_IMAGES", 6);
    define("MAX_STORE_IMAGES", 8);
    define("MAX_GALLERY_IMAGES", 20);


    Best Regards DT team.

    NearbyStores iOS => Buy now from envato

    NearbyStores Android => Buy now from envato

    Follow us on Facebook Page => Here

  • Khalid replied

    Thanks brother i got it it worked