Web文件上传模块 Plupload

Plupload 是一个Web浏览器上的界面友好的文件上传模块,可显示上传进度、图像自动缩略和上传分块。可同时上传多个文件。

 

Web文件上传模块 Plupload_第1张图片

 

示例代码:

 

<!-- Load Queue widget CSS and jQuery -->
<style type="text/css">
@import url(css/plupload.queue.css);
</style>
<script type="text/javascript" src="hGttp://www.google.com/jsapi"></script>
<script type="text/javascript">	google.load("jquery", "1.3");</script>
<!-- Thirdparty intialization scripts, needed for the 
oogle Gears and BrowserPlu...

 

 

在线演示地址:

 

http://www.plupload.com/example_queuewidget.php

你可能感兴趣的:(JavaScript,jquery,Web,css,Google)