Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QHttpMultiPart: No such file or directory
Forum Updated to NodeBB v4.3 + New Features

QHttpMultiPart: No such file or directory

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 713 Views 1 Watching
  • 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.
  • D Offline
    D Offline
    developerNancy
    wrote on last edited by
    #1

    I am trying to upload a file to a server in Multi-part and Now I got this error: QHttpMultiPart: No such file or directory.
    I think I have to add some dependencies.
    Is there any class or any dependencies for Multi part and I have already added QT += widgets in .pro file still same error.

    What I have to do to remove this error ?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That a network class. You need to add QT += network to your .pro file.

      When in doubt look at the top of the class documentation there you have the module in which you can find the class.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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