0

Can't I get the absolute file path of the selected file from upload component? I am getting the fileName but not the path. Is there any way I can the absolute file path of the uploaded file?

1 Answers1

2

Vaadin Upload uses html tag: <input type="file">

For security reasons browsers do not allow this, i.e. JavaScript in browser has no access to the File System!

Referal: How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

Community
  • 1
  • 1
Zigac
  • 1,481
  • 1
  • 16
  • 27