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

Check uploaded images #7

Open
kiner-shah opened this issue Jul 10, 2023 · 0 comments
Open

Check uploaded images #7

kiner-shah opened this issue Jul 10, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@kiner-shah
Copy link
Owner

kiner-shah commented Jul 10, 2023

  • Check if images have correct headers. Refer PNG structure and [JPEG structure[(https://en.wikipedia.org/wiki/JPEG#Syntax_and_structure). Better to use libraries for verifying this.
  • Check if images have some max. size. 2 MB can be a good limit.
  • Do this checking either on client side (using File API) or server side.
@kiner-shah kiner-shah added enhancement New feature or request good first issue Good for newcomers labels Jul 10, 2023
@kiner-shah kiner-shah changed the title Check uploaded images on server side Check uploaded images Jul 16, 2023
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
Projects
None yet
Development

No branches or pull requests

1 participant