I need to design a form with several text field and several file to be uploaded along with the form. I would like to use ajax to to submit it, and i was thinking about using a jquery plugin to show a progress bar.(I am using php server side)
问题是,如果使用像这样的东西,上载就开始是同步的,但只想在完整表格验证和提交时真正上载。
是否有办法预先载到显示进展障碍的档案,而是真正将其保存在形式上? 如果用户在上载档案之前填写表格,情况如何?