Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AjaxFileUpload .Net4,是否有任何属性/方法可以隐藏 FileUpload 控件的上传按钮,因为我正在使用多个 FileUpload 控件并希望通过单击一个按钮来上传所有文件
为您的页面添加样式
<style> .ajax__fileupload_uploadbutton{ display:none; } </style>