Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

get progress of uploading/storing #918

Open devdudeio opened 8 years ago

devdudeio commented 8 years ago

I have problems to get the real value from the uploading progress. I have manipulated the network connection on my mobile device to have more time to see what happens on the server side. when I take a look while the image is uploading, the progress value is not increasing for the new image (when I query the database for the new image document). when its uploaded the progress value jumps from 0 to 100. is this a unfinished feature or is it just saying (image uploaded? - 0 = false, 100 = true) or is it possible to get the real progress

sahanDissanayake commented 8 years ago

:+1: Have the same issue here

devdudeio commented 8 years ago

tested with the ui package. the template helper for the progress is also "hanging" between 0% and 100%

deeeed commented 8 years ago

This may help, it may be relative to the default chunk size https://blog.zipboard.co/cfs-tips-and-tricks-for-meteorjs-d6a9f4e9ba43#.sjeitulna