= 2008-10-18 = '''[目標]''' ''使用 jQuery File Upload Plugin 達成檔案上傳目的!!'' * 使用 jQuery 當然就要先取得 javascript 檔案囉~ * 第一種方法:下載 jQuery 的 js 檔 - [http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js 1.2.6 版] * 第二種方法:直接嵌入 Google AJAX API 維護的網址 [http://code.google.com/apis/ajaxlibs/documentation/index.html#AjaxLibraries 詳細清單] {{{ }}} * 第三種方法:使用 Google AJAX API 的語法 - 先決條件是先取得 Google API Key {{{ google.load("jquery", "1.2.6"); }}} * 下載 [http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ jQuery Ajax File Uploader] * [http://www.phpletter.com/download_project_version.php?version_id=6 ajaxfileupload1.0.zip]