As you no doubt see, Paul's solution is for viewing in the browser and
Matt's is for downloading to the client.  You can do both if you like.
 Just make the file in the browser per Paul the button for downloading
the file to the client per Matt.  You can have the button do a popup
which then shows the download progress or you can go to another page
altogether which also can show the progress of the download if you
like.  Blah, blah, blah.  But the basic idea for downloading the file
to the client works just like you say.

I personally do not rely on the container for any downloading of
assets but always use the method you discuss in an action for resource
delivery, i.e. to all pages for images, css, etc.

Jack


On Tue, 23 Nov 2004 10:15:50 +0000, andy wix <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have a requirement to allow the user to view log files in the main body
> tile when they click a certain menu item in the 'menu tile'.
> 
> I see on the archives that the normal way to do this is to stream the file
> to the response and then return null from the action.  What's the approach
> taken when using tiles?
> 
> Thanks,
> andy
> 
> _________________________________________________________________
> Stay in touch with absent friends - get MSN Messenger
> http://www.msn.co.uk/messenger
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 


"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to