Increasing File Upload Size Limit in Magento

I can’t upload a file that exceeds 2 MB. Where can I increase the limit of the allowed file upload size?

The extension itself doesn’t have any limits on the size of the uploaded file. If you face some issues with the file upload limit, we advise you to make changes on your server in the php.ini file in the upload_max_filesize line.



      • Related Articles

      • Product Attachments API

        We have created a public API collection for Product Attachments module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
      • How can I add the attachments in bulk?

        You may import attachments in bulk and assign them to products via CSV-file import by navigating to Amasty -> Product Attachments -> Mass Attachment Import. To start a new import process, click New Import and follow the next steps: Step 1. Prepare ...
      • The Product Attachments tab is not visible on the storefront. How to fix this?

        First of all, make sure that the extension and specifically the Product Attachments tab are enabled in the module's general configurations (Stores → configuration → Amasty Extensions → Product Attachments). In case you've chosen to include ...
      • Is it possible to allow customers to upload files using the Order Attributes M2 extension?

        Yes, to provide such an option, you may create an Order Attribute with the Single file upload type: In the attribute settings, it is possible to define the maximum file size for the uploaded file and the allowed file types. Here is how the attribute ...
      • How to control product attachments from the product grid?

        Starting with version 3.6.0 of the Product Attachments module, it is possible to edit attachments directly from the backend product grid. The feature is available with an active product or support subscription upon installation of the ...