Filenames in hover text

Just noticed that the hover text over thumbnails in the Files section of item records is a bit iffy.

If you upload an item and file manually to Omeka, the hover text displays just the filename, e.g. photo.jpg.

However, if you upload via CSV Import, the hover text displays the full location of the file, including the filename, e.g. http://www.domain.com/files/whatever/wherever/photo.jpg. Have confirmed that all else is well - the file gets renamed and added to files/original, files/thumbnail etc. It is just the hover text that is problematic.

That’s a fairly unavoidable result of the way the upload works. Since CSVImport needs a URL, it has to read that as the original filename. I don’t think there’s a good way to try to guess the shorter filename out of the URL during the import process.

If you set a Title on those files Omeka should use that in the hover text rather than the “filename”/URL.