Windows like dialogs
Folks,
I am writing an ASP.NET app that requires the one community of users to define their company. I would like them to be able to search their local machine for:
* an image to use as a logo for their company
* the attached printers to select the default to use for background printing
* any attached FAX'es to send FAX'es in the background
Clearly their are Windows controls to do this with very little effort. Are there equivalent controls available for ASP.NET?
If not, at minimum I need to allow the users to browse the local machine for their logo file. Any sugegstions?
|