Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
how to send file stream to activex server
-
I am building an activex server with qt5.9.9+msvc2015. The client need to send a file which is got from a tcp server to this activex server. How can I implement this interface? What object type should I use for the file stream?
-
I tried sending file using
QByteArray
type and it worked.