Hi there! I am curious what would be the best way to add an “x” or something into the native file upload to allow users to delete the file they uploaded if they happen to upload the wrong file? I know if they upload the correct one it will replace the file but users may struggle to know that right off the bat.
Also what would be the best way to restrict file size?
The real restriction will happen on the backend but, in terms of UX, you can work with the file size variable in a workflow to display an error message to your users when they upload a file that’s too large.