What is the best way to show in progress bar the progress of file upload?
I need to visualize in progress bar the status of file being uploaded to server .
How do I do the calculations on this ?
3 replies
It depends on the classes you use for uploading your data. You might want to look into the QNetworkReply::uploadProgress() [doc.qt.nokia.com] signal and connect it to the progressbar.
You must log in to post a reply. Not a member yet? Register here!


