hi actually, this is a question to googles appengine forum, appengine
implies many restriction, such as those, you cannot access the
filesystem, put the excel file into classpath and access the stream
via getResourceAsStream("foo.xls") from your classloader

br,

On 21 Jul., 16:26, Eric <erjab...@gmail.com> wrote:
> The server application has no way of magically accessing client
> files.  Depending on how the web server is configured, it might not be
> allowed to access files on the server itself. After all, the operators
> of a web server might be hosting web applications from many different
> sources. Those operators don't want these applications to interfere
> with each other or the operations of the server itself.  How is your
> server configured?
>
> I assume the file name D:/q.xls is a placeholder for something else;
> otherwise, you could include it in your WAR file.  If the real file
> comes from your client, use an upload control and an upload handler.
>
> Eric

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to