in reply to Re: Re: Re: saving pages all= index.pl.html
in thread saving pages all= index.pl.html
...with a script that grabs files (mostly photographs) from a database and sends them to the browser. After determining the mime.type and verifying the data, of course.print $q->header(-type=>$type, -Content_Disposition=>"filename=$node-> +{title}"); print $$data;
|
|---|