uploadify文件上传(比swfupload好用)

时间:2021-10-18 06:52:12
【文件属性】:

文件名称:uploadify文件上传(比swfupload好用)

文件大小:48KB

文件格式:ZIP

更新时间:2021-10-18 06:52:12

uploadify 文件上传 swfupload

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>UploadiFive Test</title> [removed][removed] [removed][removed] <link rel="stylesheet" type="text/css" href="uploadify.css"> <style type="text/css"> body { font: 13px Arial, Helvetica, Sans-serif; } </style> </head> <body>

Uploadify Demo

<form>
<input id="file_upload" name="file_upload" type="file" multiple="true"> </form> [removed] <?php $timestamp = time();?> $(function() { $('#file_upload').uploadify({ 'formData' : { 'timestamp' : '<?php echo $timestamp;?>', 'token' : '<?php echo md5('unique_salt' . $timestamp);?>' }, 'swf' : 'uploadify.swf', 'uploader' : 'uploadify.php' }); }); [removed] </body> </html>


【文件预览】:
uploadify.css
check-exists.php
uploadify.swf
jquery.uploadify.js
uploadify.php
uploadify-cancel.png
jquery.uploadify.min.js
index.php
license.txt

网友评论