droppyjs / droppy

Self-hosted file storage
BSD 2-Clause "Simplified" License
104 stars 12 forks source link

No permission denied handling (UNIX write permission on uploads) #52

Open Tronic opened 2 years ago

Tronic commented 2 years ago

Trying to upload files to a folder with no write permissions for Droppy causes uploads to hang once finished, until timeout, instead of immediately showing the proper error. Looks like you are forgetting to catch some OS errors and notify the client of them.