An open API service indexing awesome lists of open source software.

https://github.com/tomitrescak/meteor-tomi-upload-server


https://github.com/tomitrescak/meteor-tomi-upload-server

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

        

This is a server interface package for the [Meteor Uploads](https://github.com/tomitrescak/meteor-uploads)

[![Meteor Icon](http://icon.meteor.com/package/tomi:upload-server)](https://atmospherejs.com/tomi/upload-server)

For the full documentation and instructions on use go to [https://github.com/tomitrescak/meteor-uploads](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]((https://github.com/tomitrescak/meteor-uploads)):
* 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