When I first stumbled across SWFUpload about two years ago I was impressed by how easy it was to implement. However, their example code has always bugged me as being rather crap, having to assign a separate global event handler for each event... 続きを読む
SWFUpload is a client-side file upload tool originally developed by Vinterwebb.se. It uses a combination of Flash and JavaScript to provide file upload functionality beyond what the basic browser provides with the <input type="file" /> tag. T... 続きを読む
swfupload を使ってみたのでその備忘録です。 ■swfupload とは javascript + flash を使ったファイルをアップロードするためのライブラリです。 本家サイト → http://swfupload.mammon.se/ ■使用方法 1. 本家サイトから、ソースバージョンをダウンロードし、... 続きを読む