The standard way for FileUpload is a browse button to allow user to select file to upload.
Is there a way to set the filename for com.google.gwt.user.client.ui.FileUpload
manually? The only available method regarding this is getFileName
but no setFileName
Update:
I'm not referring to GWT app accessing file system, just a way to set the filename to whatever filename, usually for blob / blob url created in the browser