FriendsOfFlarum / upload

The file upload extension with insane intelligence for your Flarum forum.
https://discuss.flarum.org/d/4154
MIT License
177 stars 96 forks source link

File model has to save service and unique Id #21

Closed luceos closed 7 years ago

luceos commented 7 years ago

Currently the File model is unaware where the file was saved. We have to start storing this information so we can delete these files later on.

Modify the database:

Change logic to:

luceos commented 7 years ago

Fixed in https://github.com/flagrow/upload/commit/69227038f71a2f36f66c8d3b0dcc4b405fc574f4