On 10 sep, 03:00, JohnnyGWT <[EMAIL PROTECTED]> wrote:
> I realize you're not usually allowed to provide a default filename in
> FileUpload, and that browsers typically do not support it (IE?) and
> that it
> represents a security threat and that <input type=file doesn't support
> you setting the value, etc etc
>
> That said, has anyone found a way to add a default file name to
> FileUpload? Or to just upload a file using a fixed file name (without
> using FileUpload)?
>
> I have several files to be regularly uploaded & user's don't want to
> browse & select the same file names every time...

I hope it's still impossible !

Solutions:
 - use an ActiveX or plugin of some sort (I believe some newest Flash
versions have access to the filesystem --after the user agrees--)
 - use a desktop app (could be done with AIR, which provides a
File.upload(...) method; that way you can continue developping in GWT
--hint: use GWT-in-the-AIR to ease the developments ;-) --)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to