I want to display a confirmation message when the person uploads a file (using the Advanced File Upload field) that shows the filename. If there's an error submitting the form (e.g. a required field wasn't filled in), it does show the filename, but I can't see a way to display the filename after they've browsed and selected the file for upload.
The browse field shows the whole address (including the drive and folder names), so the filename isn't visible unless the person knows to click in the field and go to the end of the address. There doesn't even seem to be a way to change the length of the field (whereas many other fields offer small/medium/large sizes).
If there was a way to use conditional logic to test if the person had browsed and selected a file, I could create my own message (using HTML with conditional logic), but there doesn't seem to be any way to check if a field is empty and there's no way to know what the filename will be.
Many thanks for the help.