Ask a Question related to ASP.NET Security, Design and Development.
-
Jonathan Wax #1
upload xml file to http with certificate?
Hi,
I spent the last week looking for an answer to the following question:
How can you upload an xml file to an HTTPS server with a specific
certificate.
Basically doing the same as this html form in c# code:
<form method="post" enctype="multipart/form-data"
action="https://www.site.com/upload/"/>
<input type="file" name="xml" id="xml="><br>
<input type="text" name="batchid" id="batchid="><br>
<input type="text" name="schoolcode" id="schoolcode="><br><br>
<input type="submit" value="Submit">
</form>
I wanted to use the WebClient.UploadFile(filename.xml) method but I could
not find how
to do this with a specific Certificate.
Thx
J.
Jonathan Wax Guest
-
HTTP File upload ...
Is there any http file upload component with Pause/Resume/Abort along with Progress Bar? Thank you, Regards, Raj. -
http-upload with flash
hi! i found several questions about this topic, but no answer. is it possible to do a http fileupload in flash like it is possible with... -
chown / chgrp of a http owned file after upload
Hiya, I have written as part of my CMS, an image upload system, now when the images are placed in the destination folder, they are owned by... -
HTTP File Upload Using SSL
There are numerous methods of uploading files using HTTP. Is all that's necessary to get secure file upload would to reference a web page containing... -
LWP - Upload via HTTP POST
Can someone tell me why the following code randomly produces a status code of the following states? 500 Can't read entity body: Unknown error 405...



Reply With Quote

