chathura
chathura

Reputation: 31

File Broweer/Chooser vaadin

AFAIK Vaadin's File Browser is Coupled with Upload process . But in my case , I just need only the file browser (What I exactly need is to get the path of the file to be uploaded). Please let me know a way of implementing the file browser in vaadin.

Upvotes: 0

Views: 333

Answers (1)

André Schild
André Schild

Reputation: 4754

Please see also this question and answers.

In short: No, you can't get the path of a selected file with javascript. Only the filename is possible, due to security restrictions of the webbrowsers.

Upvotes: 1

Related Questions