Hi all,
I am using HTTPCli library for https client req for wifi as well as ethernet. Right now, I am able to do simple get/post/put/delete req but I am trying to implement multipart post req method using httlpcli library.
There is a mechanism for file sending directly without reading the data of file into buffer. Some libraries provide this feature but I am not sure if this is available in this library.
Can anyone let me know a way to use multipart post req to send big files to https server using this library?
Thanks
akhi