Save uploads straight to a folder with SaveDirectory
The shortest possible server-side setup: set SaveDirectory and every uploaded file is written into that folder automatically — no handler code at all. Allowed file types: jpg, gif, png, zip, up to 10 MB each.
SaveDirectory
Render
Live demo
Each file lands in savefiles/ on the server the moment its upload finishes; the confirmation below is written by a tiny JavaScript callback.
Read the guide
Saving uploads to a folder or SQL Server
Where finished files should live, and the trade-offs between disk and database.