This is a server interface package for the Meteor Uploads
For the full documentation and instructions on use go to https://github.com/tomitrescak/meteor-uploads.
####Version Info
- 1.3.1 - Now with windows support (thanks to onbjerg)
- 1.3.X - Documentation is maintained here:
- 1.2.4 - Removed bug that was not detecting safe file names
- 1.2.0 - Improved serving of files. Now with correct headers. Replaced static middleware.
- 1.1.1 - Removed bug when getFileName was not specified
- 1.1.0 - Auto creation of directories, fileInfo is now passed instead of fileName
- 1.0.1 - Possibility to add data into DBon server
- 1.0.0 - Initial Version with hot code reload