HTTP Handler

R

rn5a

Can HTTP handlers be used to upload files to a server in ASP.NET? If
yes, then how?

Thanks
 
A

Alvin Bruney [MVP]

A handler can do anything. Question is, why would you want to use a handler
that intercepts requests and performs some work, to upload a file?
 
R

rn5a

A handler can do anything. Question is, why would you want to use a handler
that intercepts requests and performs some work, to upload a file?

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless Author Plug
OWC Black Book 2nd Edition
Exclusively onwww.lulu.com/owc
$24.99







- Show quoted text -

Then what do I use, Alvin, to upload files to a server using ASP.NET?

Thanks for your prompt response.

Regards
 
K

Kevin Spencer

Then what do I use, Alvin, to upload files to a server using ASP.NET?
<input type="file" name="fileUpload" size="20" />

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top