How can I check the file Data after I selected it and validate for aspect ratio of image? Also How can I upload the image to AWS? #378
Unanswered
Ruchika2224
asked this question in
Q&A
Replies: 1 comment
-
Hey @Ruchika2224 sorry for the late reply, it has been a crazy period recently. You can see this sandbox for example of filtering based on file size. you can modify it to filter based on aspect-ratio. You can also cancel uploads (if invalid aspect-ratio) with the useItemStartListener you can see this discussion thread about uploading to S3 - #204 Im moving this to the discussions area. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions