Multipart post

Is there a way to use URL class for multipart posts? To be used for uploading files to a server.

I’ll be doing this in my HTTPClient in few days.
Please have a look to HTTPClient.cpp

I need to implement a true POST/PUT query mode with both multipart and transfer encoding.