Hello!
I have troubles with bubble.io native file uploader.
First one:
When i upload a file it changes file name adding things like %20 so instead of “File Name” it shows “File%20Name”.
I would like to show the User just “File Name”.
Second one:
I would like the file name to just cut off when it’s too long, for example “VeryLongFileName123” will be shown as “VeryLongFil…”
How can i do that?