I need to pass the filename of a file-input to a parent page... is this even possible?
The input type ="file" has a value, but can I use it like this?
I have used the value of the file-input to check the extension of the file, and it works! So I guess there is a value, but can this be done and is it reliable?
If not, how would you have done it?
Thanks