Opened 16 years ago
Last modified 12 years ago
#651 new feature-request
Browse to download path in web UI
Reported by: | glurgle@gmail.com | 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)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
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:5 by , 15 years ago
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 by , 15 years ago
Component: | other → gtkui |
---|---|
Milestone: | → 1.4.0 |
Priority: | major → minor |
Version: | 1.0.7 |
comment:7 by , 12 years ago
Milestone: | 1.4.0 → Future |
---|---|
Summary: | Browse to download path in remote gtk UI and/or web UI → 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