プロジェクト

全般

プロフィール

Vote #70107

完了

Multiple file upload with HTML5 / Drag-and-Drop

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Attachments_19
対象バージョン:
開始日:
2011/06/09
期日:
進捗率:

0%

予定工数:
category_id:
19
version_id:
60
issue_org_id:
8579
author_id:
23038
assigned_to_id:
0
comments:
43
status_id:
5
tracker_id:
2
plus1:
13
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

It would be nice to upload multiple files via selecting more than one file at a time in the file selector or having drag-and-drop. This could be implemented with the following example.

http://www.centurion-project.org/articles/html5-multiple-file-upload-with-progress-bar

I will likely come up with a patch for this in the next day or so.


journals

--------------------------------------------------------------------------------
Should be optional, because some browsers don't support html so far
--------------------------------------------------------------------------------
Jim Mitchener wrote:

> I will likely come up with a patch for this in the next day or so.

We need your patch.
Where I can get it?
--------------------------------------------------------------------------------
Is there an update on this ticket? I also think this would be a very nice feature for Redmine... I often have to upload multiple files at a time on a single issue.

HTML5 Drag and Drop would be nice, but I don't it's necessary. It would be a step forward just to have another anchor tag for multiple file upload that triggers a javascript prompt asking how many files you'd like to upload, and have it show that many file input fields.
--------------------------------------------------------------------------------
+1 for drag-and-drop

The answer to this:
http://stackoverflow.com/questions/2657653/drag-and-drop-file-upload-in-google-chrome-chromium-and-safari
...looks promising.

Though I never knew you could just drag and file onto any old file upload input control. That's cool. And honestly, kinda makes the whole HTML5 drag-and-drop file craziness seem a little underwhelming.
--------------------------------------------------------------------------------
+1 for drag-and-drop (Regsitred to do this post)

It is extrimly time consuming to add multiple files to the wiki page or regular ticket.

I believe this part of HTML5 supported by latest versions of all browsers already.

Google mail do this way a long ago.

Please add to the next release.

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
2 Etienne.
Thanks man.
You know this feature is one that most of users will use every day. The rest features are also important and helpful, but they will be used not so often or not so many number of people.

Looking forward to see this feature in next release.

--------------------------------------------------------------------------------
What about plUpload ?
http://www.plupload.com

I personaly use it and it is very scalable as he's using many runtimes :

<pre>
Allows you to upload files using HTML5 Gears, Silverlight, Flash, BrowserPlus or normal forms, providing some unique features such as upload progress, image resizing and chunked uploads.
</pre>
--------------------------------------------------------------------------------
+1 would love this feature
--------------------------------------------------------------------------------
+1 Good idea
--------------------------------------------------------------------------------
A necessary feature, please include in the next release!
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
Quick feedback:
* The summary says "Multiple file upload with HTML5 / Drag-and-Drop".
* I hope it comes to include the "upload progress feedback" feature of the linked example in the description.

This way, #5889 and #3957 would be closed as well. :)

--------------------------------------------------------------------------------
hardly waiting
--------------------------------------------------------------------------------
looking forward to use this feature!
--------------------------------------------------------------------------------
Safari 6.0 now supports drag and drop on file upload buttons. I just tested it on redmine and it works great. So this ticket is now a mute point if you are using Safari 6.0. And I bet other browsers will follow.
--------------------------------------------------------------------------------
This ticket not for paste single file path to file edit box.
You know if you copy some file from email attachment, this will not work

It is really required to MULTIPLE copy paste files, and start upload immidiatly to save daily effort.

--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1!
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1 for drag and drop
--------------------------------------------------------------------------------
+ 1 for drag and drop
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Thanks, and +1
--------------------------------------------------------------------------------
This feature has been implemented and merged into trunk with r10977 but would require some feedback from the community if you can to make sure it doesn't break with some browser versions we've not been able to test with.

Thanks for your time if you can!

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
this feature not added into 2.3-stable :(
--------------------------------------------------------------------------------
Andrey Evdokimov wrote:
> this feature not added into 2.3-stable :(

Yes it is. Please note that it won't work with browsers not supporting multiple file upload like IE9.
--------------------------------------------------------------------------------
-Multiple files upload works. Thank you very much. But drag'n'drop does NOT work in 2.3-stable. Tried Firefox 19.0.2 and Chrome 25.0.1364.172 m.- Sorry, my fault!! Dropped it in the text box and not on the file button. Works like charme now!!
--------------------------------------------------------------------------------
Thanks guys, you were right. Cause of error - "Redmine Attach Screenshot" - http://www.redmine.org/plugins/redmine_attach_screenshot_2
--------------------------------------------------------------------------------
Tell us more, how to use it drag and drop feature?
I tried many ways in Chrome, but it does not work for me. Where exactly should I drop the file? To what text field? Should I be in edit or in view page of issue?
--------------------------------------------------------------------------------
Sorry -my mistake.
I was using version 2.2, not 2.3.

--------------------------------------------------------------------------------
[WARNING]

Redmine Attach Screenshot causes error on ajax upload feature. I googled all sites, but there were no clue. Finally I digged workround by myself!! I want to share this joy with yours.
For workaround please copy attached hot-patch to the directory :
* plugins\redmine_inline_attach_screenshot\app\views\attachments
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
@YongKi Kim - You are the greatest, I had just upgraded to 2.3.2 last night and the complaints were already coming in. This patch worked as described.

1. Stopped Redmine (Thin) service
2. Copy new patched file
3. Restart service

Working great! Loving the new file add functionality.

Using Redmine 2.3.2 with the latest inline_screenshot plugin
--------------------------------------------------------------------------------
YongKi Kim wrote:
> [WARNING]
>
> Redmine Attach Screenshot causes error on ajax upload feature. I googled all sites, but there were no clue. Finally I digged workround by myself!! I want to share this joy with yours.
> For workaround please copy attached hot-patch to the directory :
> * plugins\redmine_inline_attach_screenshot\app\views\attachments

Sorry about not getting that patch there, I really need to see about getting this plugin to properly use hooks instead of replacing the entire view. :\

Even if I had to do something nasty like a Javascript swap out to get it into the right spot on the page, better than this version compatibility issue.

--------------------------------------------------------------------------------
After upgrade to 2.6.0 users reported they they couldn't attach files with drag and drop in Chrome browser.
But in Firefox it still works.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------


related_issues

relates,Closed,10352,Preview should already display the freshly attached images
duplicates,Closed,10132,Upload attachments via drag and drop
duplicates,Closed,11590,Multiple files attachment at once
duplicates,Closed,4785,Request for Drag and Drop feature for file upload in Issues, Forum Messages etc...
duplicates,Closed,9065,Allow to add multiple files to issue from one file browser window
duplicates,Closed,6942,Upload files from a folder

Admin Redmine さんが約4年前に更新

  • カテゴリAttachments_19 にセット
  • 対象バージョン2.3.0_60 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0