Hi,
I am facing some king of this problem too. What I want to show the preview
of a image which is reside in the local file system of the remote server.
The path of this image is residing in the database like c:\images\sunset.png
 How I will show the preview on the GWT panel. If the PipedReader can help
in this this will be great as I do not know about piped reader.

Regards,
Vaibhav 
 
-------Original Message-------
 
From: ffs1985
Date: 04/08/09 10:09:44
To: Google Web Toolkit
Subject: Re: Open a local file with GWT
 
I don't know what is a PipedReader if you could send me more
information i will appreciate very much
Thanks,
Federico
 
On Apr 7, 11:21 am, "@vi" <[email protected]> wrote:
> Did you try using a PipedReader?
>
> On Apr 7, 4:04 pm,ffs1985<[email protected]> wrote:
>
> > Hi I'm trying to make a function that let the user download a file
> > from my application and see it. I could copy the file from server to a
> > local root but when I've tried to open it, does it work on hosted mode
> > but in web mode fails always, no matter what browser I try(IE 7,
> > Firefox and Chrome).
> > My code is the next one:
>
> > private void openDocument(String documentName) {
> >                 final ManagerExportAsync manejador = ManagerExport.Util
getInstance
> > ();
> >                 AsyncCallback callback = new AsyncCallback(){
> >                         String link;
> >                         public void onSuccess(final Object result) {
> >                                   link = (String)result;
> >                                   Window.open(pdfLink,"_blank","");
> >                         }
> >                         public void onFailure(Throwable caught){}
> >                         };
>
> >                 manejador.openDocument("User",userId, documentName
callback);
> >         }
>
> > The String link result is something like this "file///:C:/test.jpg"
> > I don't know what it's wrong. I read somewhere that the problem could
> > be that I'm calling the Window.open inside the callback but I really
> > don't know what is wrong coul someone give me a hand?
>
> > Any suggestions?
> > Thanks!
> > Federico.
 
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

<<inline: faint_grain.jpg>>

<<inline: imstp_animation_butterflies_en_020908.gif>>

Reply via email to