QT HTTP client for upload file to server ?
-
wrote on 28 Apr 2020, 06:40 last edited by
-
I use
QT HTTP example for download file from server same like it want for HTTP for upload file to server from client and at client side it has to show all files available on server side directory wise.
@vikas-dhumal What is your question? To upload files do POST HTTP request. https://doc.qt.io/qt-5/qnetworkaccessmanager.html#post
1/2