Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Showing file upload progress in v4.0.0 #30

Closed fabyeah closed 8 years ago

fabyeah commented 9 years ago

Is it possible to display file upload progress in the new version?

Lepozepo commented 9 years ago

It is, just pick up the amount loaded and divide it by the total from the data in the request object that the collection produces. Have a look at the basic example.

Marcelo Reyna

On Fri, Jul 24, 2015 at 6:27 AM, fabyeah notifications@github.com wrote:

Is it possible to display file upload progress in the new version?

Reply to this email directly or view it on GitHub: https://github.com/Lepozepo/cloudinary/issues/30

Lepozepo commented 8 years ago

Have a look at https://github.com/Lepozepo/cloudinary/issues/60