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.