I have a simple file upload js that allows me to use a stylized button rather than the traditional form element UI. It basically hides the fileElement and hooks it up to my stylized button. Issue I have now is that I am missing the traditional "name of file" that was picked. I have a simple file upload js that allows me t