sudhaus7 / typo3-xlsimport

MIT License
4 stars 9 forks source link

Configurable upload folder #18

Closed responseinformationsdesign closed 1 year ago

responseinformationsdesign commented 2 years ago

Uploads should be saved to "uploads/tx_xlsimport" instead of site root because of default folder permissions and import file may contain sensitive personal data.

calien666 commented 2 years ago

Hey @responseinformationsdesign, I have changed the upload to temp directory instead of default file storage. Feel free to test latest master and provide feedback.

foppelfb commented 2 years ago

As an addendum: if the xls contains personal data, 'uploads/tx_xlsimport' is the worst place to store it, as this folder would be accessible via browser/web, the folder being located under the Document-root

responseinformationsdesign commented 2 years ago

You´re totally right. The safest solution would be to automatically delete the file direct after import.