how to upload file?

admin

Administrator
Staff member
when i click a button, how do i upload file to server using vb.net?

thanks!use a html File control. and then do a postedFile.saveAs("destination")

-Takit works, thank you!
 
Back
Top