-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Currently, when CSVImport is used to add items with files, the newly created files received an original_filename that is the full web path of the file. That would be great to just get the filename as the web path will often be a temporary path, used to allow CSVImport to get the files over the web.
To add an example, when adding a record, I don't want the file to have for original_filename:
http://example.org/tmp/myfile.jpg but rather myfile.jpg
I am not sure that just a CsvImport fix could fix that with the current way omeka core handle file downloading.
Metadata
Metadata
Assignees
Labels
No labels