jQuery Mobile 不支持文件上傳的表單

找到答案了,須要在 form 標籤上加一個data-ajax="false" 的屬性
ajax

不讓 jQuery Mobile 使用 Ajax 方式來處理表單的提交。 post

形如: spa

<form id="account-form" action="/mobile/account" method="post" enctype="multipart/form-data" data-ajax="false"> orm

相關文章
相關標籤/搜索