i'm working on a kivy android application and I'm trying to uplaod files from the application.
The uploading is going fine but if the file is huge then it's not able to track the status of file upload.
Is there a way where we can get the file upload status so that I can add file upload progress bar.
I can see some examples for the upload progress in javascript and I want to do the same in mobile applications.
Hi,
i'm working on a kivy android application and I'm trying to uplaod files from the application. The uploading is going fine but if the file is huge then it's not able to track the status of file upload. Is there a way where we can get the file upload status so that I can add file upload progress bar. I can see some examples for the upload progress in javascript and I want to do the same in mobile applications.
Thanks, Sunil