Michael Satterwhite wrote: > Jochem Maas wrote: >> Michael Satterwhite wrote: >> >>> Prathaban Mookiah wrote: >>> >>>> Micheal, >>>> >>>> I ran into this problem too. A easy workaround is to right click and >>>> choose 'save as' which worked for me. >>> >>> I wish that would work. The URL is along the lines of >>> <a href="easy.php?download=stream&dltype=full> - and it's this that gets >>> substituted for the filename. It reports that it cannot be written to >>> the cache. >> >> >> is possible for you to change the way the URL is written so that it looks >> like so: >> >> easy.php/fakepdfname.pdf?download=stream&dltype=full > > I don't think so (although I'll do some checking). I don't have the > ability to configure apache on this server. you can also set an ErrorDocument for 404 and have that check the requested URL and if required run the easy.php script.... > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php