Opened 15 years ago
Last modified 10 years ago
#651 new feature-request
Browse to download path in web UI
Reported by: | glurgle@… | Owned by: | andar |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | GTK UI | Version: | |
Keywords: | Cc: |
Description
It would be a nice usability perk if one could browse the filesystem (like when using a local daemon) to select a download location on a remote daemon rather than having to specify it as a text string. This would obviously be quite difficult/impossible for the gtk-ui, but could be implemented in the web UI with much less fuss.
Change History (7)
comment:1 follow-up: ↓ 2 Changed 15 years ago by andar
comment:2 in reply to: ↑ 1 Changed 15 years ago by anonymous
Replying to andar:
This may actually be implemented in the AjaxUI
Is the AjaxUI source available right now? And how is it implemented? I would be interested in contributing a patch for that.
comment:3 Changed 15 years ago by andar
It's in trunk and it's a webui template.
comment:5 Changed 14 years ago by s0undt3ch
It could also be implemented in in gtkui, just not with the regular file browse. Maybe a treeview with the remote filesystem tree?
comment:6 Changed 13 years ago by Cas
- Component changed from other to gtkui
- Milestone set to 1.4.0
- Priority changed from major to minor
- Version 1.0.7 deleted
comment:7 Changed 10 years ago by Cas
- Milestone changed from 1.4.0 to Future
- Summary changed from Browse to download path in remote gtk UI and/or web UI to Browse to download path in web UI
Implementation for GTK in #2312
WebUI unlikely unless an extjs dev contributes.
This may actually be implemented in the AjaxUI