K
Keith G Hicks
I need a way to let my users browse for a file but I do not want to use the
asp.net 2.0 FileUpload control. I want to put a button and a textbox on a
page, and then click the button to open the file browse window. I'd like to
set it up like I can in VBA to allow only certain file types. I'm guessing
then I can create a FileUpload instance in code and use the properties and
methods associated with that to handle things like ContentType and FileSize,
etc. I've searched online but everything I find refers to the FileUpload
control. Anyone have any suggestiosn on where to look for help?
THanks,
Keith
asp.net 2.0 FileUpload control. I want to put a button and a textbox on a
page, and then click the button to open the file browse window. I'd like to
set it up like I can in VBA to allow only certain file types. I'm guessing
then I can create a FileUpload instance in code and use the properties and
methods associated with that to handle things like ContentType and FileSize,
etc. I've searched online but everything I find refers to the FileUpload
control. Anyone have any suggestiosn on where to look for help?
THanks,
Keith