Create a http server able to accept files for upload.
-
wrote on 6 Mar 2015, 10:11 last edited by
I want to make a simple server that will be able to accept a request to upload a file (from a client that I intend to make later on).
The idea is to the put this server in the Qt Cloud Services and test how it works. Most of the data that I can find though are in making an application that is able to download stuff from a Url.Do you know any good tutorials or other recourses that will help me start making such a server?
-
wrote on 6 Mar 2015, 14:58 last edited by
Check out Stefan's QtWebApp, it works very well and I think you could adapt it to Qt Cloud Services too:
http://stefanfrings.de/qtwebapp/index-en.html
Regards,
-
wrote on 6 Mar 2015, 15:02 last edited by
Hi Arthur,
Very interesting link. Actually some of his other projects look quite interesting too, albeit being in german.
1/3