datagovuk / dgu2

Experimental publishing prototype
MIT License
0 stars 1 forks source link

Move file after upload #56

Closed rossjones closed 8 years ago

rossjones commented 8 years ago

Because of aforementioned 'must move file before the end of request' we have been using File.rename() to move the file. Unfortunately File.rename doesn't work across file systems - and sometimes /tmp is mounted on a different file-system.

Switched to System.cmd() which feels wrong, but works while I find a better alternative.