ttcuberat has asked for the wisdom of the Perl Monks concerning the following question:
I've managed to put the binary data in and get it back out, but I need to be able to write that binary data back out to a web page.
Example:
1) User uploads a .png file.
2) I write the binary data to the db
3) I select that data from the database
4) Now what? I need to write to the page 
Remember, I have no chance of getting permissions to write these files to the disk. I'm also stuck in 5.6.1 and can't use the new features of 5.8
Anyone ever come across this particular dilemna?
Thanks!
cube
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Writing binary data directly to webpage
by chromatic (Archbishop) on Sep 26, 2003 at 20:59 UTC | |
by ttcuberat (Sexton) on Sep 30, 2003 at 15:36 UTC | |
|
Re: Writing binary data directly to webpage
by dmitri (Priest) on Sep 26, 2003 at 21:11 UTC | |
by clscott (Friar) on Sep 27, 2003 at 02:29 UTC |