iPhone上的iOS 7.1.2和iOS 8(测试版)上似乎存在文件上传问题。在这两种情况下,都不会使用Mobile Safari上传文件。
文件上传可在桌面上运行(Chrome / Firefox / Safari)。文件上传也适用于iOS 7.1.1。有趣的是,文件上传适用于iOS 8(测试版)上的移动Chrome?
尝试移植文件上传的链接: http://www.cs.tut.fi/~jkorpela/forms/file.html(使用上传按钮)
Additional Info from Apache Server:
(70007)The timeout specified has expired: mod_fcgid: can't get data from http client, referer: http://websitename.com/fileupload.php
HTML表单
<form name="fileUpload" method="post" action="" enctype="multipart/form-data">
<div class="add_text" style="width: 200px; padding-bottom: 52px;border-top: none;">
<div class="add_textarea">
<h2>CHOOSE YOUR IMAGE</h2>
<input type="file" name="upfile" />
<input type="submit" name="fileSubmit" value="Upload" style="margin-top: 15px;" class="submit_btn" id="submitImage"/>
</div>
</div>
</form>
Mobile Safari上的文件上传真的不起作用吗?我做错了什么?