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