Hi, I would like help with the following problem:
I have a form with the upload field of type file and would like to get the file path that is selected and save it in a variable with javascript:
<form action="/upload" enctype="multipar/form-data" method="POST">
<div><input type="file" name="upload"></div>
<div><input type="submit" "up"></div>
</form>