Hi!
I’m having problems with bubble’s native multi-file uploader. If I upload 2 files and I want to download both after, only the first one to be uploaded actually works.
I looked at how the url was saved in the database and I found that the second file to be uploaded has extra “%20” in the URL.
ex:
//904a2f36e865987484bfd3cf5b4d3c9a.cdn.bubble.io/f1718688571921x799538791479320400/SampleUpload.txt get’s turned into
Apparently, the multi-file uploaded puts “%20” in place of any space in the original filename. In this example the original filename is “Sample Upload.txt”. This makes the URL stored in the database unusable when you try downloading the file.
Anybody know how to fix this?
Thanks!