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.
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.