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.
当我的表单无法验证时,我想在文件上传输入中保留上传的文件。我不想使用 HTML5 验证,因为我想显示我自己的消息。这意味着请求必须转到服务器并且必须重新加载页面......导致用户需要再次上传文件。
您将需要在验证过程中保存文件并通过会话将其与用户绑定。