Receiving multipart posted data

G

Guy

I have a small problem. A site (not mine) is posting my site multipart data
(file). My site is ASP.NET, the other site isn't (in fact it's a VXML
Server).

I have no problem uploading files from my ASPX web page, but how does one
save multipart data posted *to* a ASP.NET site from a non ASP.NET site ?

..NET is easy on us to get the file sent by the File Input Server Side
control, but what happens when this control is not on a ASPX site ?

Thanks!
 
B

bruce barker

if they are using standard form post with muti-part file data, then you just
use the File Input Server Controls, if not then write a httphandler.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top