bagisto / bagisto-bulk-upload

The Laravel eCommerce Bulk Upload allows the admin to create and add a bulk number of products into Bagisto online store.
https://bit.ly/3zRLSzw
MIT License
21 stars 26 forks source link

Page Expired by bulk uploading multiple images #51

Open brbintenyears opened 3 years ago

brbintenyears commented 3 years ago

I put all the images in a zip file and referenced them in the csv. If I'm uploading just one or a few images in the zip file, they upload file. However, when I attempt to upload a large number of images, such as 50, it returns with a "419 page expired" error.

I checked the max upload filesize and the max upload number of files in php.ini and there's no issues there.

prateek-webkul commented 3 years ago

Hello @amrh910 ,

Can you attach the image zip and CSV file. We will check it in our local.

Thanks

brbintenyears commented 3 years ago

Update, images stopped uploading completely. I reference the images in the CSV and upload the zip along with the CSV, and when I check storage I see that the image successfully uploaded. But no link has been made to the product. The table "product_images" does not get updated. I've attached the sample CSV and zip that I'm trying to use.

samplefinal.csv images.zip

prateek-webkul commented 3 years ago

Hello @amrh910 ,

We have raised the issue (https://github.com/bagisto/bagisto-bulk-upload/issues/53). We will fix it ASAP.

Thanks