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.
上传大小 > 4MB 的文件时出现此错误。我的 Web 应用程序部署在 IIS7 上。
这个大小限制对我来说没问题,但是当有人尝试上传更大的文件时,我想避免错误。是否可以仅在上传页面中显示警告消息?我应该怎么办?
注意我想阻止用户上传大于 4MB 的文件,所以我不想增加大小限制。我只是想避免向用户显示错误。
在上传之前在客户端检查它是一种安全的方法。我过去使用 PlUpload 取得了巨大成功。
http://plupload.com/