nextcloud / nextcloud/forms

Use @nextcloud/upload for chunked file uploads

Open
#3,449 10 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: 📝 submitting responses technical debt
Dominant language
JavaScript
Stars
382
Forks
127
Avg merge
19h 31m
Merged PRs (30d)
75

Description

The Forms app currently uses a basic file input with simple FormData uploads. This works but has limitations for large files.

Nextcloud has a proper upload library (@nextcloud/upload) that supports chunked uploads, progress tracking, and resumability - the same experience users get in Nextcloud server.

Would be nice to add that to forms as well

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

Locate the Forms code that currently handles the file input and simple FormData uploads, then review how @nextcloud/upload is intended to be integrated. The work is done when large uploads use chunking, expose progress, and can resume as described; verify the existing upload flow still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.