Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt Quick WebGL platform plugin save remote file to local
QtWS25 Last Chance

Qt Quick WebGL platform plugin save remote file to local

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 286 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    choujayylyxm
    wrote on last edited by
    #1

    As the question,I want get file from server and save to local.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      choujayylyxm
      wrote on last edited by
      #2

      Greate,no one known.

      1 Reply Last reply
      0
      • MarkkyboyM Offline
        MarkkyboyM Offline
        Markkyboy
        wrote on last edited by
        #3

        @choujayylyxm

        In my experience of coding forums, if people do not know, they do not answer, which is reasonable behaviour.

        As it happens, I have played around with XmlHttpRequests for controlling my IR equipment, but I understand it can also be used to fetch stuff.

        Sometimes, it is easier to google a problem than ask a question and wait for an answer. There are a number of examples on the web for XmlHttpRequests.

        The requests are javascript, here's an example you may be able to adapt to your needs;

        https://www.alexhadik.com/writing/xhr-file-download/

        and here;

        https://stackoverflow.com/questions/22724070/prompt-file-download-with-xmlhttprequest

        Some of the examples show the POST method, swap it out for GET method.

        Don't just sit there standing around, pick up a shovel and sweep up!

        I live by the sea, not in it.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          choujayylyxm
          wrote on last edited by
          #4

          Thank you for help.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved