I am using gwt singleuploader for uploading a file in one of the UIs. I am retrieving the filename along with path from the database and trying to set it in the textfield, but it's not working. I tried to set it using uploaderName.getFileInput().setText(path+filename). Can anyone please help me with this.