Change Error Message if Upload File Exceeds Limit

Change Error Message if Upload File Exceeds Limit

Comments

  • Hi,

    We can not modify the error message if the uploaded file size exceeds the limit.

  • Is there a different way to validate the size of the file/s being uploaded? I tried using a rule and an end form to display the error but I can’t see any property that can be used to validate or compare the file size of the file/s.

  • [color=rgb(29, 28, 29)][font=Slack-Lato, Slack-Fractions, appleLogo, sans-serif]Hi,

    [/font][/color][color=rgb(29, 28, 29)][font=Slack-Lato, Slack-Fractions, appleLogo, sans-serif]We can modify the error message by changing the form component output type to FileReference instead of FileData. FileReference doesnt have a max size limit. Using it, we could set up the Validation Rule/Flow to check the size of the File, and then we can give an appropriate validation message.

    [/font][/color][color=rgb(29, 28, 29)][font=Slack-Lato, Slack-Fractions, appleLogo, sans-serif]Attached is the sample project for reference.[/font][/color]

  • Thanks for the help!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!