[[PageOutline(2-5,Contents,pullout)]] = Drag-and-Drop Attachments Plugin for Trac = == Description == This plugin extends attachments list in Trac. * Drop-and-drop to attach files using HTML5 drag-and-drop, XMLHttpRequest Level 2 and File API - Works on Firefox 3.6+ and Chrome 12+. * Progress bar while uploading the files using XMLHttpRequest Level 2 - Works on Firefox 3.6+, Chrome 12+ and Safari 5+. * More than one file for selecting attachment files - Works on Firefox 3.6+, Chrome 12+, Safari 5+ and Opera 11+. * Paste an image from clipboard - Works on Firefox 3.6+ and Chrome 19+. * Auto-submit on select a file to attach. - Works on Internet Explorer 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. == Install == Install the plugin: For Trac 0.11:: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.11` For Trac 0.12:: `easy_install http://trac-hacks.org/svn/tracdragdropplugin/0.12` Enable the plugin in trac.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)]] == Recent Changes == [[ChangeLog(tracdragdropplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:'''