uploader problem

Hi vaddiners,
I am using file upload component.In this we have button, text field then please tell me how to find Text field path (browsed file path ) using vaadin program …:rolleyes:\

Thanks
Mukthyar

From the upload component you get a output stream with the file in it, with the file name as info. For security reasons, you won’t get the path to where the file was on the user’s computer.