Hi all,
I am trying to create a control which will infact mimic the functionality of the HtmlInputFile control. The reason for this is purely visual, but it is a necessity to maintain the sites "look and feel".
I have tried including a transparent HtmlInputFile in my control which visually works, but the inability to exclude the HtmlInputFile's controls from the tab order is causing some problems.
I don't really understand how the HtmlInputFile works so I guess I am looking for some key terms that I can look up and learn from, or ideally a solution or example.
So I suppose :
1) Is there a way of excluding the HtmlInputFile from the tab order?
2) How does HtmlInputFile add into the HttpContext.Current.Request.Files collection?
3) How can the script "popup" the file selection dialogue box?
Crow-knee
Member
75 Points
15 Posts
Alternatives to HtmlInputFile
Jan 31, 2006 05:53 AM|LINK
Hi all,
I am trying to create a control which will infact mimic the functionality of the HtmlInputFile control. The reason for this is purely visual, but it is a necessity to maintain the sites "look and feel".
I have tried including a transparent HtmlInputFile in my control which visually works, but the inability to exclude the HtmlInputFile's controls from the tab order is causing some problems.
I don't really understand how the HtmlInputFile works so I guess I am looking for some key terms that I can look up and learn from, or ideally a solution or example.
So I suppose :
1) Is there a way of excluding the HtmlInputFile from the tab order?
2) How does HtmlInputFile add into the HttpContext.Current.Request.Files collection?
3) How can the script "popup" the file selection dialogue box?
Thanks for any help on this,
Steele.