Results 1 to 7 of 7

Thread: upload an executable file using QNetworkAccessManager

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Location
    Greece
    Posts
    23
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: upload an executable file using QNetworkAccessManager

    As I mentioned,the process of uploading a file has done using the above code.I want also to make a folder in which i store this file.
    For example,if the name of the file
    putty.exe
    then the name of the file would be
    applications
    .
    I can make the folder using php scripting.My question is how i can give the name of the folder using qt code?
    I can upload the file into the server or give the name of the folder (and the result is the creation of the folder) using post method , but not both of them.
    Any help would be appreciated..!

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,360
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: upload an executable file using QNetworkAccessManager

    I suggest you learn how HTTP works with regard to passing data between the client and the server. I'm sure you have seen webpages with forms where more than one piece of data was posted from the form to the server. You're even looking at one of those pages right now.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. The following user says thank you to wysota for this useful post:

    milli (3rd June 2011)

  4. #3
    Join Date
    Mar 2011
    Location
    Greece
    Posts
    23
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: upload an executable file using QNetworkAccessManager

    I have made what i wanted...!!!!!!Thanks wysota!!!!!!!!!!!!!!

Similar Threads

  1. FTP Upload using QNetworkAccessManager
    By replax in forum Newbie
    Replies: 2
    Last Post: 30th October 2014, 12:32
  2. Replies: 1
    Last Post: 21st October 2010, 04:59
  3. Replies: 5
    Last Post: 15th June 2010, 07:42
  4. Replies: 5
    Last Post: 20th January 2009, 14:11
  5. upload files using QNetworkAccessManager
    By Raajesh in forum Qt Programming
    Replies: 1
    Last Post: 30th June 2008, 19:43

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.