https://github.com/tomitrescak/meteor-tomi-upload-server
https://github.com/tomitrescak/meteor-tomi-upload-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomitrescak/meteor-tomi-upload-server
- Owner: tomitrescak
- License: mit
- Created: 2014-11-06T01:00:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T20:46:08.000Z (over 5 years ago)
- Last Synced: 2023-08-06T10:11:19.484Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 30
- Watchers: 6
- Forks: 36
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This is a server interface package for the [Meteor Uploads](https://github.com/tomitrescak/meteor-uploads)
[](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