adubyfileupload


AdubyFileUpload2.0

AdubyFileUpload

  • version: 2.0 (2010-10-28)
    • Copyright (c) 2010, Crystal, shimingxy@163.com
  • Dual licensed under the MIT and GPL licenses:
  • http://www.opensource.org/licenses/mit-license.php
  • http://www.gnu.org/licenses/gpl.html
  • Date: 2010-10-28 rev 2

AdubyFileUploadPlugin based jquery,Simple and util Utility 、OpenSource and FREE.

1、支持单文件和多文件上传模式

2、支持25种类型文件图标的展示

3、具有两种不同的上传进度显示方式

4、可以和java的框架JqWeb-framework进行无缝整合

5、简单实用

项目博客:http://blog.163.com/shimingxy/

源代码的下载:http://code.google.com/p/adubyfileupload


Screenshot

http://adubyfileupload.googlecode.com/files/progressbar.jpg' border='0' width='520' />
http://adubyfileupload.googlecode.com/files/progressround.jpg' border='0' width='500' />


How to use

Html


<div id="FileUpload" align="center" class="AdubyFileUpload">

<ul>

<li><div class="pin">

Unknown end tag for </div>

<span>新增上传附件

Unknown end tag for </span>



Unknown end tag for </li>





Unknown end tag for </ul>





Unknown end tag for </div>


js



<script src="jquery.js" type="text/javascript">

Unknown end tag for </script>



<script src="AdubyFileUpload.js" type="text/javascript">

Unknown end tag for </script>



<link rel="stylesheet" type="text/css" href="AdubyFileUpload.css" >

<script type="text/javascript">

jQuery(document).ready(function(){

$("#FileUpload").AdubyFileUpload({

url:"http://localhost:8082/JqWeb/JqWebFileUpload",

pathid:"kpss",

progressType:"bar",

fileTypes:"*"

});
});



Unknown end tag for </script>



url is your upload url

pathid is for JqWeb-framework or you can use as param for your pro

progressType bar is progerss Bar,round is progerss Round

fileTypes is ctrl of upload file type

multi true is multi file upload,false is single file upload,default is multi file upload

Project Information

Labels:
jQuery