Skip to content

feat: rename an attachment to be saved in Files - #13360

Open
madbob wants to merge 1 commit into
nextcloud:mainfrom
madbob:issue_1827
Open

feat: rename an attachment to be saved in Files#13360
madbob wants to merge 1 commit into
nextcloud:mainfrom
madbob:issue_1827

Conversation

@madbob

@madbob madbob commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

This adds an extra button to the FilePicker modal used to save an attachment to Files, opening a new modal which permits to overwrite the filename to be used.

I tried to ask to embed this functionality (= specify a filename) directly into FilePicker but the request has been rejected. This is fair, as this use case doesn't seems to be widely common across Nextcloud apps: perhaps one day this will change, but right now seems an overkill to embed this directly in the shared library.

Note that the extra modal may later be used to perform other operations while saving an attachment to Files, e.g. attaching tags (#604), without depending to FilePicker abilities.

Fixes #1827

Signed-off-by: Roberto Guido <info@madbob.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow specifying filename on Save to Files

1 participant