summaryrefslogtreecommitdiff
path: root/lib/tpl
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-06-07 00:28:49 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-06-07 00:28:49 +0200
commitd00ec4555f81210cd067f98d9bc7cef51f456462 (patch)
treeb9e42451c57ff91dadd2423bb550603de6f52ef8 /lib/tpl
parent09c2d803ca738992288c138eab41f35008e3e3df (diff)
downloadrpg-d00ec4555f81210cd067f98d9bc7cef51f456462.tar.gz
rpg-d00ec4555f81210cd067f98d9bc7cef51f456462.tar.bz2
experimental Flash based multi upload
This patch adds experimental support for uploading multiple files in one go. This is achieved by using Flash for selecting multiple images and intitiating the HTTP upload. When Flash 8 or higher is detected, an additional icon is added to the usual upload form. Clicking it will swith the form to the Flash based upload queue. Things that need work: * Better Icon * Feedback if Flash detection works on all Flash 8 supported platforms * Progress feedback seems not to work on Linux (might be Adobe bug) * No final feedback how many images were uploaded correctly The flash sources are located in lib/_fla/ Any feedback and help would be appreciated. darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
Diffstat (limited to 'lib/tpl')
-rw-r--r--lib/tpl/default/media.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/default/media.css b/lib/tpl/default/media.css
index 143595ba1..81a439289 100644
--- a/lib/tpl/default/media.css
+++ b/lib/tpl/default/media.css
@@ -137,7 +137,8 @@ it's dirty, so any "real" fixes are welcome */
padding: 0 0.5em 0.5em 0.5em;
}
-#media__content form#dw__upload {
+#media__content form#dw__upload,
+#media__content div#dw__flashupload {
display: block;
border-bottom: solid 1px __border__;
padding: 0 0.5em 1em 0.5em;