I am developing a Qt/C++ program which encapsulates an HTML5/JQuery web app.
I used to make Ajax requests to read files from a server. But now, I would like Qt to read a file from the local disk and send its content to my web app.
I think I need Qt to catch Ajax requests from the web app and return the file content as the Ajax request result.
The problem is I don’t know how to do. For now, I’ve not found anything about that on google.
Any help is welcome!
I finally found how to do it. I overrode
QNetworkAccessManager.MyQNetworkAccessManager .h:
MyQNetworkAccessManager.cpp:
MainWindow.cpp: