Results 1 to 4 of 4

Thread: What the best way to trigger a download from a webpage using QWebEngine?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2012
    Posts
    201
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default What the best way to trigger a download from a webpage using QWebEngine?

    I am using QWebEngine to mine some HTML data from a list of websites, some of this data is pdf documents that must be downloaded from the webpage. I would like to know if there is a way to programmatically trigger a download of a pdf document onto a local file system. If it is possible, is there a way to avoid pausing program execution while the downloading is in progress but instead continue to another webpage where I can initiate another download. The plan is to have 5 downloads running at a time and the rest will be queued. I am not looking for code, i just would like to know how you would approach this problem. Thanking you in advance.
    Last edited by ayanda83; 14th December 2016 at 10:26.

Similar Threads

  1. Using QWebEngine to login to a page.
    By ayanda83 in forum Qt Programming
    Replies: 7
    Last Post: 29th November 2016, 12:17
  2. Using cache with QNetworkAccessManager in QWebEngine
    By d1psy in forum Qt Programming
    Replies: 5
    Last Post: 18th August 2016, 13:20
  3. QWebEngine MP4 5.5
    By RolandHughes in forum Qt Programming
    Replies: 0
    Last Post: 14th December 2015, 23:04
  4. Replies: 1
    Last Post: 19th June 2014, 09:09
  5. Replies: 3
    Last Post: 17th February 2010, 12:26

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.