I am using the tag to upload a file to the server. How do I access the file at the server side and store it at the server? (The fi
If you dont want to use the FileUpload control in the toolbox, Give your input an ID then use form[id] to access the input field and cast it to HtmlInputFile.
example here: http://www.codeproject.com/KB/aspnet/fileupload.aspx