upload file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can i upload a file from a local machine to the web server with asp.net or javascript without using the fileupload control? Thanks!
-
How can i upload a file from a local machine to the web server with asp.net or javascript without using the fileupload control? Thanks!
Hi there. You may want to check out this article[^] here on CodeProject. It does use <input type=file> html, but it shows how that can be received and manipulated on the server-side. You may also want to try a google search for "ASP.NET file upload"... lots of hits.