码迷,mamicode.com
首页 > 移动开发 > 详细

手机上传

时间:2016-10-31 21:02:42      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:外观   手机   www   拍照   支持   and   tag   --   android   

手机拍照和上传图片
<input type=”file”>的accept 属性

<!-- 选择照片 -->
<input type=file accept="image/*">
<!-- 选择视频 -->
<input type=file accept="video/*">

使用总结:

ios 有拍照、录像、选取本地图片功能
部分android只有选取本地图片功能
winphone不支持
input控件默认外观丑陋。

<audio src="http://www.example.com/song.ogg" controls="controls">
音频
</audio>

注意:音频的格式

 

手机上传

标签:外观   手机   www   拍照   支持   and   tag   --   android   

原文地址:http://www.cnblogs.com/wang715100018066/p/6016874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!