Results 1 to 3 of 3

Thread: QNetworkAccessManager post

  1. #1
    Join Date
    Jul 2011
    Location
    Kraków / Poland
    Posts
    32
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default QNetworkAccessManager post

    Hello
    I want to ask, is there a method to get number of bytes sent to server by QNetworkAccessManager::post() like SIGNAL downloadProgress(qint64,qint64) in QNetworkReply for receiving data?
    I want to upload the file by http form on some site, and I want to calculate the speed of uploading that file, but I can't find the solution.
    Thanks in advance
    Last edited by januszmk; 13th April 2012 at 00:50.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QNetworkAccessManager post

    Something wrong with QNetworkReply::uploadProgress()?

  3. #3
    Join Date
    Jul 2011
    Location
    Kraków / Poland
    Posts
    32
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: QNetworkAccessManager post

    I do not know how I couldn't notice that there is signal for that.
    Thanks
    Last edited by januszmk; 13th April 2012 at 10:15.

Similar Threads

  1. QNetworkAccessManager and post method
    By sabbu in forum Newbie
    Replies: 12
    Last Post: 17th June 2011, 00:01
  2. HTTP Post from QNetworkAccessManager - no data sent
    By secureboot in forum Qt Programming
    Replies: 1
    Last Post: 13th April 2011, 19:46
  3. POST and QNetworkAccessManager
    By hakermania in forum Newbie
    Replies: 1
    Last Post: 13th February 2011, 01:05
  4. QNetworkAccessManager::post() never returns
    By danc81 in forum Qt Programming
    Replies: 2
    Last Post: 21st October 2009, 10:13
  5. QNetworkAccessManager double post
    By QPlace in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2009, 05:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.