nextcloud / nextcloud/tables

Direct file upload in link type columns

Open
#2,890 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement
Dominant language
JavaScript
Stars
214
Forks
52
Avg merge
1d 10h
Merged PRs (30d)
82

Description

Is your feature request related to a problem? Please describe.

I have a table for performing audits. I track the findings of the audit in the table and then export the data at the end to generate a report.

One of the fields is an images field (column type link). Currently, I have to go back through the each finding an add a link to the images afterwards. It'd be super helpful if could do a direct upload from the row form.

Describe the solution you'd like

Allow the native file browser to be triggered and upload a file directly through the tables app.

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the row form and the implementation for link-type columns in the tables app, then trace how file selection and uploads are handled. The work is done when a user can choose a local file from the row form for an images link column and the resulting link is saved with the row.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.