briangreenery / share

An internal web app for sharing files using dropzone.js
The Unlicense
4 stars 5 forks source link

EBUSY error during rename #12

Closed briangreenery closed 10 years ago

briangreenery commented 10 years ago

When the tmp and upload folders are on a windows file share, the rename sometimes fails with:

Error: EBUSY, rename '/opt/share/tmp/QjQTh'

I'm not sure if the write is still in progress, or if I have to just wait a while and retry.