in reply to Re: How to display an image on a webpage with minimal code
in thread How to display an image on a webpage with minimal code
Hmm, URI works v. nicely, but Ihad some problems implementing a 307.
My code was:
print "HTTP/1.1 307 temporary redirect\n"; print "Location: " . URI->new_abs($files[int(rand @files)], "http://bu +gzilla") . "\n\n";
But this didn't redirect me unless I removed the 307 line...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to display an image on a webpage with minimal code
by bart (Canon) on Nov 16, 2006 at 19:59 UTC | |
by Melly (Chaplain) on Nov 17, 2006 at 09:36 UTC |