A aryaxt New member May 8, 2009 #1 Instead of using <input type='file'> I am trying to write a custom upload file. I know that in C# u can use openFileDialog, and select files on the vclient side, but I couldn't get this to work on asp.net any suggestions?
Instead of using <input type='file'> I am trying to write a custom upload file. I know that in C# u can use openFileDialog, and select files on the vclient side, but I couldn't get this to work on asp.net any suggestions?
G Got Security? New member May 8, 2009 #2 you will need to subclass the HtmlFileUpload control and override the methods you want to add your new functionality.
you will need to subclass the HtmlFileUpload control and override the methods you want to add your new functionality.