]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Preview thumbnails of uploaded image attachments before posting on supporting browsers.
authorBrion Vibber <brion@pobox.com>
Wed, 24 Nov 2010 20:20:25 +0000 (12:20 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 24 Nov 2010 20:20:25 +0000 (12:20 -0800)
commitd075fac7b88402455a22fe80ebe909562592aa73
tree1e49bb7bd0fbe6c91f18219c5170ff758f4aec01
parentb6e5b1d294030f5dd9d386b15d8cef7fcbea3768
Preview thumbnails of uploaded image attachments before posting on supporting browsers.

Tested working so far:
* Firefox 3.6 and 4.0 (FileReader -> data URL)
* Chrome 8 (createObjectURL; FileReader also works)

Tested with limited support:
* Safari 5.0.3 (no preview, but we can show type and size)

Tested and known not to support FileAPI, keeps current behavior:
* Opera 11 beta
js/util.js