When a user registers on my site it is possible to upload an image through the file upload field in a GF. I would like to get the filename (so not the full path) in a user meta field called author_image (an plugin for author images).
The problem is that it's not possible to get the name of the file from the uploadfield because it has a temporary name before getting copied to the correct location.
How would it be possible to only get the file-name into the author_image user meta field