On Wed, 7 Jun 2006, John Peacock wrote: > > Mark Hedges wrote: > > I ran into this problem to. There's a simple workaround. Use > > the perl excel library to write the file to a temp directory > > that serves static content. Then use $m->redirect to that url. > > I should have specified that the XLS files are all pre-generated by > another application (and may be quite large) and I am sending them out > from a component called by the dhandler via $m->print().
I never figured out why, sorry. Seems like you'll probably have better performance writing your own Apache handler for opening a pipe to your app and spitting out the results. Mark _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

