Uploaded file gets renamed

Hey Forum,

I have a multi-uploader in my app that works fine, thing is, it renames the files to something that is really long and has a lot of percents. Is there a way to not have it do this. I dont want to have the user upload 1 by 1 and name each file. Sometimes they upload 15+ files at a time.

Please let me know if you have any ideas.

All the best,
Benjamin

Hey there :wave:

This happens probably each time there is a space in the file name. You can display the name to them without the %'s by using a find and replace or maybe regex.

Here is the reference for the different types of % codes you will probably see: https://www.w3schools.com/tags/ref_urlencode.ASP

Hope that helps! :blush:

@j805 www.NoCodeMinute.com

For All Your No-Code Education Needs:

  • One-on-One Tutoring
  • eLearning Hub
  • Video Tutorials
  • No-Code Classes
2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.