#1920 closed Enhancement (fixed)
multi upload for web ui
Reported by: | goterneme | Owned by: | Gimp |
---|---|---|---|
Priority: | Normal | Milestone: | 1.70 |
Component: | Web Client | Version: | 1.51 |
Severity: | Normal | Keywords: | |
Cc: |
Description
D&D Funktion for the WebInterface would be great... or build in multiupload funktion
Change History (17)
comment:1 Changed 14 years ago by livings124
- Resolution set to wontfix
- Status changed from new to closed
comment:2 Changed 14 years ago by Gimp
- Resolution wontfix deleted
- Status changed from closed to reopened
Could you be more precise? What do you want drag + dropable?
For the multi-upload, you mean like a button to allow uploading of more than one torrent at once?
comment:3 follow-up: ↓ 4 Changed 14 years ago by goterneme
Yes thats what a though about the multi upload
with the Drag an drop, its quite easy to do, just have to user some google and javascript :)
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 14 years ago by charles
Replying to goterneme:
with the Drag an drop, its quite easy to do, just have to user some google and javascript :)
I look forward to your patch.
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 14 years ago by goterneme
Replying to charles:
Replying to goterneme:
with the Drag an drop, its quite easy to do, just have to user some google and javascript :)
I look forward to your patch.
How do you mean my patch? :0 Ich only good in php and java.. and i could find the webif things in your source, or is it integrated? I mean like are there serveral phps... I guess not...
comment:6 in reply to: ↑ 5 ; follow-up: ↓ 7 Changed 14 years ago by charles
Replying to goterneme:
Replying to charles:
Replying to goterneme:
with the Drag an drop, its quite easy to do, just have to user some google and javascript :)
I look forward to your patch.
How do you mean my patch? :0 Ich only good in php and java.. and i could find the webif things in your source, or is it integrated? I mean like are there serveral phps... I guess not...
I was just taking you at your word that it's quite easy and just requires a little Google and Javascript. Or was your point that it's easy to do, but that you won't do it?
comment:7 in reply to: ↑ 6 Changed 14 years ago by goterneme
Replying to charles:
Replying to goterneme:
Replying to charles:
Replying to goterneme:
with the Drag an drop, its quite easy to do, just have to user some google and javascript :)
I look forward to your patch.
How do you mean my patch? :0 Ich only good in php and java.. and i could find the webif things in your source, or is it integrated? I mean like are there serveral phps... I guess not...
I was just taking you at your word that it's quite easy and just requires a little Google and Javascript. Or was your point that it's easy to do, but that you won't do it?
ahh you got me there :P
No i searchd a bit and found one which looks quite intressting... but its only a demo and you would havve to buy it for 50 bucks, anyway i think thats out of the window then.. But the Multi upload isn that hard? i've done some in php/html, but you guys just use javascript *lol*
comment:8 Changed 14 years ago by goterneme
- Milestone None Set deleted
- Priority changed from Low to Lowest
- Version 1.51 deleted
comment:9 Changed 14 years ago by livings124
- Milestone set to None Set
- Version set to 1.51
comment:10 Changed 14 years ago by livings124
- Summary changed from Drag&Drop for WEBIF to multi upload for web ui
comment:11 Changed 14 years ago by kjg
- Resolution set to wontfix
- Status changed from reopened to closed
We'd need to incorporate flash or a java applet to handle uploading files reasonably, so it just isn't going to happen. The drag and drop from the desktop into a web app just isn't possible as far as I know. If anyone has this working I'd be excited to see this.
comment:12 follow-up: ↓ 13 Changed 14 years ago by Waldorf
- Resolution wontfix deleted
- Status changed from closed to reopened
Just some interesting articles:
input type=”file” multiple; now in a real browser!
Showing progress with the Safari 4 multiple file upload
This is working in Safari 4/WebKit (which most of the Transmission audience has, or will have) and wil likely appear in FF soon.
I reopened it just so I'll show up on the Timeline, feel free to close it ;-)
comment:13 in reply to: ↑ 12 Changed 14 years ago by charles
Replying to Waldorf:
This is working in Safari 4/WebKit (which most of the Transmission audience has, or will have) and wil likely appear in FF soon.
Unless you have information to back this up, I take strong exception to it. The Web UI comes installed on Ubuntu and is used by lots of embedded device users too. You can't write the Web UI around the assumption that they will all be using Safari.
comment:14 Changed 14 years ago by charles
I'll retract my previous comment... http://bit.ly/10ISMy has a sample of this, and it looks like it doesn't break on non-webkit browsers. They wouldn't benefit any, but they wouldn't lose anything either.
comment:15 Changed 14 years ago by kjg
- Resolution set to fixed
- Status changed from reopened to closed
added in r8531
comment:16 Changed 14 years ago by livings124
- Priority changed from Lowest to Normal
comment:17 Changed 14 years ago by kjg
- Milestone changed from None Set to 1.70
Both are not really feasible.