PDA

View Full Version : fastcgi programming with Qt



jcr
13th August 2009, 19:21
Hello,
To write a web application with qt, which library (commercial or open source) would you use to interface with an apache webserver?
I know of Wt but it is not use Qt as a library.
I know http://docs.fredemmott.co.uk/FastCgiQt/ but there is no file upload module.

Any idea?

Thanks

daminetreg
8th January 2011, 11:38
Hello you should take a look to the MimeMultipartStreamReader, it could help you, just here: http://gitorious.org/fastcgiqt/fastcgiqt/blobs/master/lib/MimeMultipartStreamReader.h

This is a way to receive uploaded file into your FastCgiQt application. :)