6 comments (6 comments)13 reactions (13 reactions)0 assignees (0 assignees)HTML1,746 stars (1,746 stars)3,102 forks (3,102 forks)batch import
enhancementhelp wanted
Description
上传文件夹内所有图片,或者多选上传这种功能
Contributor guide
- Tech stack
- javascripthtmlcssnodejsrest api
- Domain
- full stackfrontendbackend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic JavaScriptfile upload handlingHTML/CSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate the existing upload component in the repository. The current implementation likely handles single file upload; explore how to enable multiple file selection using the 'multiple' attribute on file input. Check the backend endpoint for possible batch processing or consider creating a new endpoint. Review any existing discussion in the issue comments for user requirements. Look at the /src directory for relevant files.