Shashank

Results 19 comments of Shashank

@atierian ill tell you the practical implication of this. First off , even if it says 100% it takes 10-15 seconds after showing so to complete. Second most ppl upload...

It is very unlikely for a normal user to upload 1gb from his mobile phone

yes @atierian the progress shows 100% and it still needs approx 10 seconds more. I have a decent network connection which is approx 10-20 mbps.

@atierian you can consider an upload speed of 5-10 mbps. Im using Ohio but it is not my region of operation , could you give me further insights on how...

@brennanMKE all callbacks happen on the main thread, the issue still persists.

@brennanMKE @atierian another example for the statement: ``` print("progress is ",progress.totalUnitCount,progress.fileCompletedCount, progress.completedUnitCount) ``` image size in MB is 11 compression factor is 0.1 image size in MB is 11 compression...

hey this is the code im using to upload files ``` func uploadFiles(dataModels: [ImageUploadableModel]) { self.resetData() self.totalProgressCalculator = TotalProgressCalculator(numberOfItems: dataModels.count) self.delegate?.percentageUpdateReceived(str: "Uploading 0%") //cancel prev operations before new ones start...

@atierian Please check if i have done something wrong in the above , else let me know what else can i do to help you debug the issue

hey @atierian sorry for the long delay in replying , will test this and let you know in a while.

hey @atierian tried the above but this is even worse its taking more than a min to complete the above task.And the same happens, after this log it takes a...