We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to use in Meteor 1.3? Could example?
The text was updated successfully, but these errors were encountered:
I create Files, Pub, Security via doc in global variable. I can upload photo in the form, but I can not get url to view photo in <img>
Files, Pub, Security
url
<img>
// imports/ui/pages showTmpl.helpers({ data () { let data = Item.findOne(this._id); data.photoUrl = null; if (data.photo) { data.photoUrl = Files.findOne(data.photo).url(); } return data; } }); // Show undefined
Sorry, something went wrong.
No branches or pull requests
How to use in Meteor 1.3?
Could example?
The text was updated successfully, but these errors were encountered: