see, the reason i posted the link and would like to know the desired end is
because without knowing what that is, the only answer that *i* know is: it's
stuck in a cached browser file and that name is more than likely some random
name that the OS decides to use.

and that's *if* the user hasn't turned off their cache and with developers
and some people who are power users and have broadband that's probably
becoming more common, granted it's not like the browser share of IE6 but I
do it to make develoment and debugging easier.

I guess what I am trying to say is this:  if you want the user to actually
do something with that file, you'll more than likely have to force a
download, and as far as i know IE is the only one that will use excel in the
browser; again *assuming* that the user has Excel installed and it's
configured to open an XML file or a csv file.




On Nov 21, 2007 1:41 AM, Brian Williams <[EMAIL PROTECTED]> wrote:

> ok... i'm missing some kind of critical piece of information... what do
> you want to do with that file? parse it? open it with excel? upload it back
> to the server?
>
>
>
>
> On Nov 21, 2007 1:32 AM, Paw < [EMAIL PROTECTED]> wrote:
>
> >
> > Thanks for the suggestion but I am not trying to start a download. I
> > just want to know where does the code:
> >
> > Writer writer = response.getWriter();
> > response.setContentType("text/xml");
> > response.setHeader("Cache-Control", "no-cache");
> > writer.write("<message>hi</message>");
> > writer.flush();
> >
> > write the xml file and what is the name of the said excel file
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to