Magento 2 : How to save file in media folder using custom product attribute?
I have a create product attribute But it’s not save file in pub/media folder -> VendorModule:- MeetanshiProductAttachment -> attribute_field_name:- custom_product_attachment -> Media folder path:- custom/product/attachment MeetanshiProductAttachmentSetupInstallData.php <?php namespace MeetanshiProductAttachmentSetup; use MagentoFrameworkSetupModuleContextInterface; use MagentoFrameworkSetupModuleDataSetupInterface; use MagentoFrameworkSetupInstallDataInterface; use MagentoEavSetupEavSetupFactory; class InstallData implements… Read More »Magento 2 : How to save file in media folder using custom product attribute?