Forum Moderators: open
<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
[webmasterworld.com...]