keichan34 / exfile

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

Add support for pre-processors #9

Closed keichan34 closed 8 years ago

keichan34 commented 8 years ago

Processors that will be run before uploading to the backend.

Potential use cases could be content type validators, metadata extractors, or even lossy / lossless compressors. The API will remain the same for the regular processors, they will just be run before the file is uploaded to the backend.