jaysylvester / citizen

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
MIT License
100 stars 7 forks source link

Add an option to save uploaded files to a directory #126

Open jaysylvester opened 5 months ago

jaysylvester commented 5 months ago

Form handling currently passes the binary data of an uploaded file to the controller for processing. Provide an option to write the file to disk instead.