Meteor-Files
Meteor-Files copied to clipboard
🚀 Upload files via DDP or HTTP to ☄️ Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
### I'm having an issue: - Give an expressive description of what is went wrong: - Upload fails with `transport` `http`, says `config.onBeforeUpload() returned false [403]` - wish this was...
### I have a suggestion / documentation is missing something The current [image processing example](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/image-processing.md) contains code that runs in a single thread. Reality is that such processing often requires...
I am having an issue after I upgraded to Meteor 2.1.1 and the ostrio:files version was automatically upgraded from 1.14.2 to 1.14.3. When I click on the client to download...
### Documentation is missing something or incorrect (have typos, etc.): - Give an expressive description what you have changed/added and why The wiki contains already some information on how to...
i have some Cloud storage that very cheap i hope you can integrate on this amazing script https://wasabi.com/
- ostrio:[email protected] - Meteor 2.3.2 - Cordova ios/android - *Server* issue Hi there & thx for this great package! I want to compare this.userId in downloadCallback with a group of...
I'm having an issue: returnMeta returning a event emmiter on file server.js line 788 because of which the check is being failed.
### I have a suggestion: - Describe your feature / request I currently implement connect route authentication with `ostrio:cookies` and basically the code from this package: - client: https://github.com/veliovgroup/Meteor-Files/blob/master/client.js#L115 -...
Hi, so in my Meteor/Apollo/React stack my current approach has been to upload images to the server by sending the base64 string to the server, and then storing it. I...
A method for `FileCursor` instance or `Collection.clone()` will be good for applications that have duplication needs. For example, `wekan` can copy cards, so when I copy a card the corresponded...