plugin-CsvImport
plugin-CsvImport copied to clipboard
Filename and web path
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.
Hi,
This may done automatically via my plugin https://github.com/Daniel-KM/ArchiveRepertory.
Sincerely,
Daniel Berthereau Infodoc & Knowledge management
Thanks @Daniel-KM , I would have used your forked extesnsion if it was for a project hosted by myself but this time I am using omeka.net and I think it would be a great enhancement to the core version of the plugin (unless omeka.net starts using your version)