Libsoup monitor file upload

I’m using libsoup to upload a file, using SoupMultipart … and it works.

Now i want to monitor the amount of file uploaded, to have a progress bar.

How is it possible?

Should i use soup_session_send_async instead of soup_session_send_message?

Thanks in advance

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.