I have to import 20k items to a collection and each item have it’s own image, the image is named in a way that it iss easy to automatically fill the csv file for import.
The thing is the wix changes the image url when it is uploaded, there is a way to get this url by the file name, otherwise I would have to fill by each image.
Having the same issue here; pathNames in csv need to be changed to wix fileURL.
I have tried onFileUploaded, but this only gets triggered if you use the upload() function, not by uploading to Media Manager directly.
However the upload function does not accept multiple file upload, despite feature requests from 2019…