Create a http server able to accept files for upload.
-
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?
-
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,