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.
我在我的用户界面 (.net) 上使用文件上传对象。我希望它在搜索文件时仅选择特定的文件类型,并且我还希望在页面的 PostBack 时不清除路径。有什么建议么??
.NET 中有许多文件上传选项。对于 .NET web 项目,我喜欢使用 Dean Brettle 的 NeatUpload,它是免费的,并且可以选择特定的类型。与内置的 .NET FileUpload 控件不同,它还会显示进度,这对于加载大文件的用户来说是一件好事。
http://neatupload.codeplex.com/