Uploading userfiles to web server

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hello,
Anyone know where I could find some examples of web based file
uploading?
 
there are tons of samples out there....
look at
System.Web.UI.HtmlControls.HtmlInputFile
and then
File1.PostedFile.SaveAs(.....)
 
DOH, where was my head....



Curt_C said:
there are tons of samples out there....
look at
System.Web.UI.HtmlControls.HtmlInputFile
and then
File1.PostedFile.SaveAs(.....)
 
I have the same question on Pocket PC. How can I upload a file from a pocket PC ? this runs from my PC but not from my Pocket PC. Thank you for answer.
 

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

Back
Top