Max image file size

Hey Community,

how i can set the maximum upload file size of an image? Is it only possible with a workflow which checks the file size of a selected element?

I think this is the only way yes, you can react to an onchange event on the file upload element and clear the value + show a warning message to your user if the file is too big for example :slight_smile:

1 Like

thx a lot! That sounds like a solution for me! :smiley: