cmather / meteor-file

Meteor file uploading and saving
59 stars 26 forks source link

meteor-file and Meteor 0.8.0/Blaze #14

Open lindleycb opened 10 years ago

lindleycb commented 10 years ago

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 project that makes use of meteor-file to do CSV file uploads and I'm wanting to port it to Meteor 0.8.0. However, I'm getting problems with the Handlebars.registerHelper calls in the meteor-file package. Is there a version of this package that works with 0.8.0 or were you thinking of producing one in the near future - or is was this project just there as an illustration for the tutorials?

Chris

jiangtao commented 10 years ago

I'd like to need this project in meteor 8.0

cmather commented 10 years ago

Oops sorry for the super long delay! I have not yet gotten to updating this package, but I would like to! If someone can help with it, that would be great, and I can give tips on what to do. If not, I will update it as soon as I can. It may be a little while.

lindleycb commented 10 years ago

Happy to have a go and to contribute some more but I've not created blaze components before so if you outline how you'd go about it and point me at the relevant resources, I'll see if I can get it sorted.

lindleycb commented 10 years ago

I've now done the port to Blaze (see https://github.com/lindleycb/meteor-file) and put in a pull request to have this merged back in to the original repo at some point.