type="file"文件上传在IPhone上调用相机

 <input type="file" class="input" name="file"  id="inpitFile"/>

上传文件在IPhone中调用的是相机而不是选择文件

最后的解决方案:允许上传图片

http://blog.csdn.net/l30961171/article/details/46356549

 <input type="file" accept="image/*" />

http://www.dashen100.com/question/243