Results 1 to 16 of 16

Thread: Issue with download from url

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: Issue with download from url

    Move your connect statement *after* the get request. Also, where do you open file for writing?

    Edit: If you are going to write the file in the way you're attempting, you need to make sure you open the file to append data to the end of the file, or else each write will overlay prior data you've written.

  2. The following user says thank you to jefftee for this useful post:

    ejoshva (13th April 2015)

Similar Threads

  1. How to download the source in the URL
    By zgulser in forum Qt Programming
    Replies: 1
    Last Post: 26th April 2012, 09:29
  2. From where should I download QML
    By prajnaranjan.das in forum Qt Programming
    Replies: 1
    Last Post: 10th February 2011, 19:54
  3. where download kd chart2.2
    By yunpeng880 in forum General Discussion
    Replies: 3
    Last Post: 13th January 2009, 08:45
  4. Download Manager Like IDM(Internet Download Manager)
    By sathiskumarmsk in forum Qt Programming
    Replies: 1
    Last Post: 27th July 2008, 15:52
  5. i need to download qt-vsintegration
    By mmg123 in forum Installation and Deployment
    Replies: 4
    Last Post: 15th October 2006, 14:20

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
  •  
Qt is a trademark of The Qt Company.