Upload file to website . i need a sample
Unsolved
QML and Qt Quick
-
Hi,
Then as @the_ suggested: QNetworkAccessManager::post.
-
@Mehmet-AK
when talking about uploading a file to a website do you mean to do so like you would have done it from a website directly?
In that case you need to use QHttpMultiPart classes to create a request and QNetworkAccessManager to post this request.
See this example.