Documentation
Opened this issue · 1 comments
ivascumarius commented
Hi Tim,
First of all, great work and thank you in the name of all embers who want to upload files.
I successfully added ember-plupload in my project (pretty easy to do), but I'm having a hard time figuring things out. How to I subscribe to "UploadProgress" event or FileUploaded/UploadComplete?
Any help will be more than helpful. And, in return, I'll write a complete demo and tutorial for ember-plupload.
Thanks.
tim-evans commented
file.progress
and file.upload()
returns a promise that will resolve when an upload completes!