How do I intercept the FileUpload? #3478
Answered
by
segunadebayo
saltnpixels
asked this question in
Q&A
-
Im using the fileUpload component and it has onFileAccept and onFileChange. I tried compressing the files in here and then using setFiles but i end up getting too many files. How does one intercept the files and compress them before letting them get accepted or used in the upload list? |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
Jun 2, 2025
Replies: 1 comment 1 reply
-
We now have a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
segunadebayo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We now have a
transformFiles
prop you can use to transform the accepted files before it's set