FileUpload pbm

2008-12-04 Thread Mogoye
Hello, I need to upload a file to my server. Looking to GWT API the only way to do that seems to use FileUpload class associated with a FormPanel. My problem is that I already know the name of the file to upload and don't want to ask to my user to select it on the file system. My 1th idea was

Re: FileUpload pbm

2008-12-04 Thread Jason Morris
A web browser won't allow you to do this, since it would basically allow anyone to pull copies of important files off your hard disk without your permission, this a FileUpload (like input type=file) is a readonly structure from a JavaScript point of view. You can however use flash, or a