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.
是否可以将文件打开对话框设置为图像文件夹指定路径,所以当用户选择文件上传时,它直接显示图像,并且只显示指定的扩展名和大小的图像我如何验证它
在窗口应用程序中是可能的,但在asp.net应用程序中是不可能的。 说明:因为您设置的路径(如果可能)将与所有客户端不同。
不,这是不可能的,如果您想检查文件大小和格式,则在上传时检查/验证,如果不验证,则从代码端生成错误。