product bulk upload not working
-
when i upload product sample file , it shows success message and working fine but other end products are not added to database.its added on other tables except product_flat table
-
Hi there,
which Bagisto and Bulk Upload module version you are using?
-
its working now but how can i increase a zip folder size upto 20mb
-
Hi there,
you can increase the size.
-
how can i did all steps its working on local host but not on server
-
Hi @ismail,
handle larger files then one must set
upload_max_filesize
and
post_max_size
in your php.ini file to be larger than 2MB.
-
@Amitk-Webkul said in product bulk upload not working:
upload_max_filesize
in my php.ini file
post_max_size = 20M
upload_max_filesize = 128M
but not working -
Hi @ismail,
Please restart your server then verify once.
-
i restart server but not working
getting this error The image path failed to upload. -
Hi @ismail,
in my php.ini file
post_max_size = 20M upload_max_filesize = 128M
set both values equal and then restart the server.
If still getting the same please let me know