Add JavaScript Hooks to fileUpload
Open
Priority: Minor
Type: Improvement
- Dominant language
- Java
- Stars
- 127
- Forks
- 59
- Avg merge
- 23h
- Merged PRs (30d)
- 7
Description
Allow to add a listener for "progress",
(and "complete", "error", "abort")
The idea is to be able to implement a progress bar without any need to write an own upload servlet.
#### Affected Versions
[2.2]
Contributor guide
Research direction
Start by locating the fileUpload client-side implementation and its existing upload lifecycle. Determine where progress, complete, error, and abort events can be exposed, then verify that listeners can support a progress bar without a custom upload servlet.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100