omeka-s-modules / FileSideload

GNU General Public License v3.0
2 stars 3 forks source link

Cannot store files with the resolved extension \"html\"." #18

Closed pprw closed 4 years ago

pprw commented 4 years ago

I use sideload with csv import and obtain this error:

"Error validating \"file.html\". Cannot store files with the resolved extension \"html\"."

Any idea? Permissions seems to be ok in the server side.

zerocrates commented 4 years ago

This is just saying that "html" isn't in your list of allowed extensions in the security settings.

pprw commented 4 years ago

Ok thanks I managed to fix this message.