summaryrefslogtreecommitdiff
path: root/lib/uploadify
AgeCommit message (Collapse)Author
2013-06-08Rename uploadify SWF wrappers to end in .swf.php for consistency.Bharat Mediratta
2013-05-09Get rid of the security preamble - we intend for these files to be directly ↵Bharat Mediratta
accessible.
2013-05-09Add the proper Gallery preamble.Bharat Mediratta
2013-05-09Follow-on: put at least one byte in the fragment so that it doesn'tBharat Mediratta
get discarded by browsers.
2013-05-09Strip URL fragments off of direct requests to uploadify SWF files.Bharat Mediratta
Fixes #2068.
2012-06-05Do a better job of escaping filenames when uploading. Fixes #1881.Bharat Mediratta
2010-06-18Mirror the cancel button for RTLmamouneyya
2009-11-10Pass two of uploadify... remove the default.css file, removed the folder ↵Tim Almdal
option and create a status area where succesful uploads are listed.
2009-11-09First cut at replacing swfupload with uploadify. Probably need to review ↵Tim Almdal
the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10.