03-15-2017, 06:17 PM
Hi Mike,
Ask away, any questions happily answered :-)
Also, just checked - exported songs are, on the average, not large enough (less than 4MB) to initiate a progress bar, as you explained. I'll test exporting a file larger than 4MB and let you know if that shows upload progress. Thanks!
Ask away, any questions happily answered :-)
Also, just checked - exported songs are, on the average, not large enough (less than 4MB) to initiate a progress bar, as you explained. I'll test exporting a file larger than 4MB and let you know if that shows upload progress. Thanks!
(03-15-2017, 05:05 PM)Zuberman Wrote: Alan,
I'll see if I can reproduce any of issues you have described with text annotations. I may need to ask you some more questions if I struggle to reproduce the issues.
As for the problem with exporting, I currently try to send data in as few chunks as possible, as this is much more efficient than sending smaller chunks. I do try to ensure that for files over 4 MB in size, that I use a chunk size that will show some amount of progress. For example, for a 128 MB file, I use ~32 MB chunks, so you should see the upload progress increase by around 25% each time a chunk is successfully sent. If you are sending files smaller than 4MB, I send those in one chunk, so you won't see any progress. It will go from 0 to 100%. What size file are you uploading?
Thanks,
Mike