Using QHttpMultiPart to send big files via HTTP freezes my application
-
I have found the problem...
I have called:
file->open(QIODevice::ReadOnly | QIODevice::Text)
while the file I am reading is notText
, opening the file simply via:file->open(QIODevice::ReadOnly)
fixed it. -
-
J JonB referenced this topic on