Forum Moderators: open

Message Too Old, No Replies

ASP.Net Upload

ASP.Net Upload

         

jbefumo

2:28 pm on Jan 14, 2003 (gmt 0)



I'm trying to do a file upload in my ASP.Net application. On the client side I have the following:

<input name=artifact type="file">

As advertised, the resulting form allows me to browse for a file name. Now how do I handle this on the server side?

I'm collecting a variety of other info on the same form, and have a separate submit button. In the click event handler for that button I retrieve info from the various fields and write it to SQL Server. Thus far, I've been unable to figure out how to grab the identified file (which I plan to shove into a blob field). Thanks.

Joe

threecrans

6:16 pm on Jan 14, 2003 (gmt 0)

10+ Year Member



I answered this on a similar thread a few months ago.

[webmasterworld.com...]