diff options
| author | jules <jules@okfoc.us> | 2013-12-27 12:21:18 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2013-12-27 12:21:18 -0500 |
| commit | 99d7aac7bc6ec924faa5fd8db73bc6cc35cab659 (patch) | |
| tree | 4e3124c2365217ca3fbefb6a05083a1c33abd66f | |
| parent | 1565f5bef6876fc7efb670765f6369bf6581cc0a (diff) | |
opt
| -rw-r--r-- | js/image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/image.js b/js/image.js index c8f3458..1fd91ff 100644 --- a/js/image.js +++ b/js/image.js @@ -62,7 +62,7 @@ function uploadImage(opt){ form.append("username", opt.username); form.append("filename", opt.filename); - form.append("qqfile", blob); + form.append("qqfile", opt.blob); var req = new XMLHttpRequest(); req.open("POST", "/cgi-bin/im/upload"); |
