meteor-file icon indicating copy to clipboard operation
meteor-file copied to clipboard

Meteor file uploading and saving

Results 13 meteor-file issues
Sort by recently updated
recently updated
newest added

Will this package work with 0.9? Is it just a matter of repackaging for the new system or is there more to it? Is this still a viable alternative to...

`Meteor.Error` should get a numeric value for the first argument. And if callback is provided you should not be throwing an exception, user does not get any feedback (upload just...

The package doesn't seem to be compatible with Meteor v0.8.3. Bummer, wanted to fiddle with it to get a better understanding of packages. ``` $ mrt add meteor-file ✓ meteor-file...

Package is now popular enough to be used as an example by [other packages](https://atmosphere.meteor.com/package/incr-csv). A README would be great.

Hi, I've started using MeteorFile in my project and I was curious how to delete a file document from the collection after an upload is completed. After investigation I've noticed...

Use Blob polyfill for tests so that they work with PhantomJS and Travis CI.

Chris, Firstly, many thanks for contributing meteor-file and all of your excellent tutorials on EventedMind - they have been enormously useful as I've gotten to know Meteor! I have a...

After implementing this solution for my own project, I was curious as how one would implement a "cancel upload" feature. I had imagined a `cancelled` flag telling the `meteor-file` to...

Did anyone achieve this? I'm having a hard time to refrain my application from auto-reloading when someone upload a file I tried these techniques (hacks) here: http://stackoverflow.com/a/13324447 http://stackoverflow.com/questions/14823783/how-to-disable-hot-code-push-in-meteor-js-in-development