We have a client that uses Gravity forms for accepting Resumes. There are numerous instances where the given Resume File name contains a space or some other special character. For Example:
John Smith Resume.docx is saved as John%20Smith%20Resume.docx - which when linking to the file to download it doesn't work - the file handler or whatever on the server end is stripping out the %20 automatically and is looking for the file with spaces, however, the file is saved with the %20s
I don't think this is a good feature to be honest, but I think at the least it should be able to be toggled as an option. As it stands now I'm seeking a good solution for them. Hacking core code and having to "fork" Gravity forms essentially to keep updates from overriding is a very last resort, but it's gotta be done - the client needs it.
Any thoughts?