Async Uploader
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/ayncuploader
软件介绍
AsyncUploader is a way for webdevelopers who use jQuery, to implement aynchronous uploading to their sites. This is done in three easy steps.
- Including the jquery.asyncUploader.js in your html file.
- Create a form field with file upload capeabilities.
- Setup the plugin.
Create a simple form, with a filebrowser field and a submit button (in this example the id of the submit button is uploadFileButton).
In the header of your HTML file you setup the asyncUploader with something like this:
$(document).ready(function(){
$("#myForm").handleUpload({
submitButtonId: "uploadFileButton",
fileHandlerUrl: "fileThatShouldProcess.php (.asp/.jsp)",
printTxtIn: "uploadText"
});
});
I will no longer be working on this project. Do what you want with it =)
鸟哥的Linux私房菜
鸟哥 / 机械工业出版社 / 2008-1 / 88.00元
《鸟哥的Linux私房菜:服务器架设篇(第2版)》是对连续三年蝉联畅销书排行榜前10名的《Linux鸟哥私房菜一服务器架设篇》的升级版,新版本根据目前服务器与网络环境做了大幅度修订与改写。 全书共3部分,第1部分为架站前的进修专区,包括在架设服务器前必须具备的网络基础知识、Linux常用网络命令、Linux网络侦错步骤,以及服务器架站流程:第2部分为主机的简易防火措施,包括限制Linux对......一起来看看 《鸟哥的Linux私房菜》 这本书的介绍吧!
