keichan34 / exfile

File upload persistence and processing for Phoenix / Plug
MIT License
90 stars 19 forks source link

Add configurations for pre-upload processing and post-download processing #12

Closed keichan34 closed 8 years ago

keichan34 commented 8 years ago

I removed pre-upload processing in 19ec49e8f5ee4f1dab15b0f8d23c699f7ed09793 because I felt it wasn't necessary. However, in the future I want to support things like encryption before uploading and after downloading, so preprocessing may be a good for this.