[jQuery]利用ajax做檔案上傳
發表於 : 2012年 2月 15日, 12:31
利用 jQuery 的 ajax 進行檔案上傳.
由於 file post (或稱 file upload), 在 javascript 層是無法存取檔案的, 所以這個介紹, 是利用了一個 iframe 的方式進行檔案的上傳:
http://www.phpletter.com/Our-Projects/AjaxFileUpload/
demo: http://www.phpletter.com/Demo/AjaxFileUpload-Demo/
由於 file post (或稱 file upload), 在 javascript 層是無法存取檔案的, 所以這個介紹, 是利用了一個 iframe 的方式進行檔案的上傳:
http://www.phpletter.com/Our-Projects/AjaxFileUpload/
demo: http://www.phpletter.com/Demo/AjaxFileUpload-Demo/