[[PageOutline(2-5,Contents,pullout)]] = Drag-and-Drop Attachments Plugin for Trac = == Description == This plugin extends attachments list in Trac. * Drag-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API. * Progress bar while uploading the files using XMLHttpRequest Level 2. * More than one file for selecting attachment files. * Attach an image from clipboard. * Auto-submit on select a file to attach. === Browser Compatibility === || || Firefox || Chrome || Safari || Opera || Internet Explorer || || Drop-and-drop to attach files || 3.6+ || 12+ || - || 12+ || 10+ || || Progress bar while uploading files || 3.6+ || 12+ || 5+ || 12+ || 10+ || || More than one file for selecting || 3.6+ || 12+ || 5+ || 11+ || 10+ || || Attach an image from clipboard || 3.6+ || 19+ || - || - || - || || Auto-submit on select a file || 3.6+ || 12+ || 5+ || 11+ || 7+ || == Bugs/Feature Requests == Existing bugs and feature requests for TracDragDropPlugin are [report:9?COMPONENT=TracDragDropPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracDragDropPlugin&owner=jun66j5 new ticket]. == Download == Download the zipped source from [download:tracdragdropplugin here]. == Source == You can check out TracDragDropPlugin from [http://trac-hacks.org/svn/tracdragdropplugin here] using Subversion, or [source:tracdragdropplugin browse the source] with Trac. == Installation == 1. Install the plugin - For Trac 0.12.x or later -- `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.12` - For Trac 0.11.x -- `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11` 2. Enable the plugin in trac.ini: {{{ #!ini [components] tracdragdrop.* = enabled }}} == Screenshots == Drag-and-drop:: [[Image(dragenter.2.png,width=300,border=1)]] Uploading:: [[Image(uploading.2.png,width=300,border=1)]] Menu:: [[Image(tracdragdrop-menu.png,width=300,border=1)]] == Tickets == [[TicketQuery(component=TracDragDropPlugin&status!=closed,group=status,format=progress)]] == [log:tracdragdropplugin Recent Changes] == [[ChangeLog(tracdragdropplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]