It would be useful to be able to set the name of a file that is uploaded manually instead of relying on the path.
We have a form that people use to create issues in JIRA and to implement the file upload we have to move the file to a temp location with it's real name before submitting to JIRA. I'd like to be able to do this without having to move the file.
I can do a PR for this but wanted to get an opinion first.