submit file to server

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have a form that has a textbox, dropdown and a submit button. once a user submits the form the backend code C# creates a pdf and then saves it on the server. This works great.
However Im trying to accomplish something different I want to click the submit button and send the file to a different server.
here is an example how you could do it using the form
<form enctype="multipart/form-data"<br/>
method="post“<br/>
action="http://:[port]/?auth= <br/> File: <input n...-4697-8235-ec0f0a0272d6]View the full article
 
Back
Top