码迷,mamicode.com
首页 >  
搜索关键字:medium dvwa upload burpsuite mime    ( 8997个结果
php文件上传
一php.ini 配置有关的事项: 1.file_uploads=on; //必须开启文件上传 2.upload_max_filesize= 最大上传尺寸 3.upload_tmp_dir= 文件上传的临时文件夹 4.post_max_size 必须大于upload_max_filesiz...
分类:Web程序   时间:2014-07-25 03:13:15    阅读次数:282
Jquery_异步上传文件多种方式归纳
1.不用任何插件,利用iframe,将form的taget设为iframe的name,注意设为iframe的id是没用的,跟网上很多说的不太一致iframe_upload.htm Upload.aspx2.利用ajaxupload.jsD...
分类:Web程序   时间:2014-07-25 02:41:14    阅读次数:347
异步上传文件多种方式归纳
最近在做异步上传文件的工作,用到了一些库,这里归纳下,暂且不考虑异常处理,仅作为demo。1.不用任何插件,利用iframe,将form的taget设为iframe的name,注意设为iframe的id是没用的,跟网上很多说的不太一致iframe_upload.htm ...
分类:其他好文   时间:2014-07-25 02:24:34    阅读次数:337
上传图片图像进行压缩后上传
图片压缩: NSData *imageData = UIImageJPEGRepresentation(self.uploadImage , 0.55); NSString *file_name = [TimeUtil getDateStringWithFormat:@"yyyy-MM-dd"]; NSString *upload_name =[NSStrin...
分类:其他好文   时间:2014-07-24 23:36:03    阅读次数:248
本地虚拟机中匿名ftp上传文件失败的问题
在10.10.50.230中新建了一个匿名的ftp服务器,结果在10.10.50.241中上传文件时提示: local: README.txt remote: /var/ftp/pub/upload 227 Entering Passive Mode (10,10,50,230,117,8). 55...
分类:其他好文   时间:2014-07-24 17:26:05    阅读次数:205
mobile crusher
we offers a wide range of medium mobile crusher, screening and scalping solutions for quarrying, recycling, contracting and mining applications. Our m...
分类:其他好文   时间:2014-07-23 16:12:51    阅读次数:189
django中上传图片的写法(转)
view参数@csrf_exemptdef before_upload_avatar(request): before = True return render_to_response('accounts/before_upload_avatar.html', {'before': before},...
分类:其他好文   时间:2014-07-23 12:34:46    阅读次数:271
yum安装apache服务器
httpd:安装方法:yum-yinstallhttpdrpm-qlhttpd#查看有哪些配置文件的; /etc/httpd/conf/magic#定义本地主机如何识别mime格式的,通过mime编码而来的其他的非纯文本文档。/etc/rc.d/init.d/httpd#服务脚本的启动文件/etc/sysconfig/httpd#服务脚本的配置文件我们将/etc/s..
分类:其他好文   时间:2014-07-22 18:26:52    阅读次数:284
iOS upload picture using base64
http://stackoverflow.com/questions/15267539/how-to-upload-image-to-server-from-gallery-as-json-on-ioshttp://stackoverflow.com/questions/11251340/conve...
分类:移动开发   时间:2014-07-22 00:33:35    阅读次数:207
UpYun上传 401 Unauthorized
_upt=3b9b444a14059041252014-07-21 08:46:25,218 ERROR (com.UpYun:518) - Upload file error:401 UnauthorizedSign error (sign = md5(METHOD&URI&DATE&CONTEN...
分类:其他好文   时间:2014-07-21 11:10:47    阅读次数:468
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!