Hi,
I have this Upload button that is asking users to upload an image to my dataset.
I would like to know if there is a way to limit the size of the upload to a specific size like 250 kb.
Thank you!
Pierre Lacasse
Hi,
I have this Upload button that is asking users to upload an image to my dataset.
I would like to know if there is a way to limit the size of the upload to a specific size like 250 kb.
Thank you!
Pierre Lacasse
Hi,
You can check out this article to view the size limit of files uploaded using the upload button. The limit size for images & documents is 25 MB.
Best,
Tal.
Thank you for answering.
My question is more, can we limit it to a specific size?
Thank you
Pierre Lacasse
Yes.
Create a condition with the file size before startUpload()
Check out this:
Roi.
Hi Roi,
If a condition is created is it possible for larger files to be reduced to the maximum size as opposed to be rejected as too large?
Is there any compatible code that can be implemented to achieve this
Thanks
Adam