File Uploader %20 problem

Hi all!
I am new to bubble.

I am trying to change file uploader’s placeholder as filename of user’s upload.

But when ever I check the result.
All of spaces of filename convert to %20

so I checked the forum, coudln’t find any clear answer.

Anyone know how to solve this?

This is expected behavior

Try using find and replace where you would find % and replace it with a space.

1 Like

How do I do that?
So What I am thinking is

When fileuploader’s vaule is change
adding a action such as finding %20 and replacing to a space in filename
is that possible with workflow?