Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing Image Upload Limits #28

Closed
sumn2u opened this issue Jun 11, 2024 · 0 comments · Fixed by #33
Closed

Managing Image Upload Limits #28

sumn2u opened this issue Jun 11, 2024 · 0 comments · Fixed by #33
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers up for grabs

Comments

@sumn2u
Copy link
Owner

sumn2u commented Jun 11, 2024

In this project, the number of image files is restricted to 2, which can be found in the following files:

https://github.com/sumn2u/annotate-lab/blob/master/client/src/ImageUpload/index.jsx#L26
https://github.com/sumn2u/annotate-lab/blob/master/client/src/ImageUpload/index.jsx#L110

This restriction limits users from annotating more than two images. By utilizing the configuration file, we can adjust the image upload limit. Therefore, if necessary, one can update the configuration value and commence annotating.

Utilize the configuration file to set the maximum number of uploaded images.

@sumn2u sumn2u added enhancement New feature or request good first issue Good for newcomers up for grabs labels Jun 11, 2024
@sumn2u sumn2u self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers up for grabs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant