码迷,mamicode.com
首页 >  
搜索关键字:type=file    ( 322个结果
对js插件uploadify的一些操作
前台JS代码$(function(){ //行程图片上传 $(".info-r input[type='file']").uploadify({ formData: {//这里可以传一些其它参数到后台去。 folder: '\\Up...
分类:Web程序   时间:2015-03-19 09:57:16    阅读次数:143
go语言文件操作
1.os包中File类首先,file类是在os包中的,封装了底层的文件描述符和相关信息,同时封装了Read和Write的实现。type File struct { *file }type file struct { fd int name string dirinfo *dirInfo nepipe int }func (f *File) Fd( )uin...
分类:编程语言   时间:2015-03-17 12:35:25    阅读次数:106
blob
犀牛书22.6.1 笔记:input type='file':type:规定 input 元素的类型;file:定义输入字段和 "浏览"按钮,供文件上传。accept='image/*':规定通过文件上传来提交的文件的类型,值是MIME 类型(http://www.cnblogs.com/zhong...
分类:其他好文   时间:2015-03-02 22:26:34    阅读次数:214
type=file 图片上传时的预览
分类:Web程序   时间:2015-02-28 16:01:24    阅读次数:141
file标签之轻松浏览目录
功能: · 浏览一个目录,列出目录下所有的文件和子目录 用法: 相对路径的目录 · id:返回的书包名 · type缺省:列出目录中的所有文件和子目录 · type=file:列出目录中的所有文件 · type=dir:列出目录中的所有子目录...
分类:其他好文   时间:2015-02-24 15:09:51    阅读次数:167
PHP上传文件代码练习2 (重复文章)
表单: 无标题 函数部分: $value) { $files[$i]['name']=$file['name'][$key]; $files[$i]['type']=$file['type'][$key]; ...
分类:Web程序   时间:2015-02-09 22:54:06    阅读次数:201
file API
好的教程:http://blog.csdn.net/fwwdn/article/details/8349657/FileEntry and DirectoryEntryFileList : file集合,(length,item)Blob : slice(), (size, type)File : ...
分类:Windows程序   时间:2015-01-28 22:34:20    阅读次数:240
关于readdir返回值中struct dirent.d_type的取值问题
原网页链接 http://www.gnu.org/software/libc/manual/html_node/Directory-Entries.html 原文及翻译 混在一起写了 unsigned char d_type     This is the type of the file, possibly unknown. The following constants ar...
分类:其他好文   时间:2015-01-15 20:28:18    阅读次数:500
SpringMVC结合Ajaxfileupload异步多文件上传至远程服务器
<input?type="file"?id="playeraddress"?name="playeraddress"?/> <input?type="file"?id="cover"?name="cover"?/> //这里就是两个file?id自己定义 $.ajaxFileUpload({ ????url?:?web_path+‘uploa...
分类:编程语言   时间:2014-12-29 12:21:16    阅读次数:415
修改上传空间默认文字
隐藏file空间,使用一个button按钮的onclick事件代替 <form name=formen> <input type="file" name="picpath" id="picpath" style="display:none"? onChange="document.formen.path.value=this.value"> <input n...
分类:Web程序   时间:2014-12-28 15:40:50    阅读次数:171
322条   上一页 1 ... 25 26 27 28 29 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!