QNetworkAccessManager::put(): uploading large file.

Posted by Umesha MS on Stack Overflow See other posts from Stack Overflow or by Umesha MS
Published on 2010-03-23T04:54:19Z Indexed on 2010/03/23 5:53 UTC
Read the original article Hit count: 509

Filed under:
|

Hi I am currently working on a sample application which uses QNetworkAccessManager to send the HTTP command. In the sample we are uploading files to server. Here I want upload the file in chunk by chunk(not whole file). Is there any way to send large file in chunk by chunk.

Thanks in advance

© Stack Overflow or respective owner

Related posts about qt

Related posts about networking