Page 1 of 1

"No file was uploaded" after csv-import

Posted: 27 Jul 2016, 15:59
by hasmb
I get "No file was uploaded" messages after importing from csv-file. Afterwards there are db entries for images but preview etc is broken.

I believe the images located in an "images" subdir of the import-dir are not found.

How do I have to write the "'media.url', // relative URL of the product image on the server" like stated in the docs?
- relative to what?
- leading "/"?
...

I used "images/FILENAME.jpg"

Thanks for any hints!

Re: "No file was uploaded" after csv-import

Posted: 27 Jul 2016, 23:17
by aimeos
You've used the product CSV importer?
https://aimeos.org/docs/Developers/Cont ... s_from_CSV

Images are relative to the content baseurl:
https://aimeos.org/docs/Configuration/C ... nt/baseurl

For TYPO3 it's set to ./uploads/tx_aimeos/ by default

Re: "No file was uploaded" after csv-import

Posted: 28 Jul 2016, 13:04
by hasmb
Yes, I use the CSV importer.

I changed the location of the files. Works now.

Thank you!