Posting an Image to external server.
Hi,
I'm trying to send a file to another external server(url) with c# .net Is this possible? I tried a remote post but i can only send text values and not file input fields. You cant set the value of a file input.
Please help?
Thanks