本文介绍了如何在asp.net Web应用程序中打开openfiledialog框。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个应用程序,我需要在单击按钮时打开文件对话框。这是一个WEB应用程序。
我该怎么办。我不想使用常规的asp:fileupload控件。
I have a application where I need to open a file dialog box when clicked on the button. This is a "WEB APPLICATION".
What should I do. I don't want to use the regular asp:fileupload control.
推荐答案
这篇关于如何在asp.net Web应用程序中打开openfiledialog框。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!