-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload example is not working #46
Comments
Finally worked, |
@rikyperdana sorry for my unresponsiveness - being busy with other things these days. Please give me more details: is it bug in the generated code, or is bug with your custom code? If it is bug with the generator, please copy & paste part of the file, I will fix it and deploy in next version. Thanks! |
When i run the example-upload project, and upload something, the firefox browser console says this When i run But when i change it with Just replaced param 'event' to 'e' |
@rikyperdana ok, thanks! Fixed and will be available in the next version. |
If i may add one more thing, in the And when i run meteor mongo and run db.cfs_gridfs.files.files.find() Can you make it so the function remove both file information document and it's gridfs blocks simultaneusly? :) |
@rikyperdana Ah... OK, I'll fix that too. 👍 |
I build an example project with example-upload.yaml,
when I insert an item with a jpg file, it creates one record on gallery collection,
but it stores and empty string on fileId. Is there something wrong?
The text was updated successfully, but these errors were encountered: