in reply to Re^2: blob output
in thread blob output
No, the example shows the name of the file being inserted into the src attribute of an img tag:
<img src="02100.JPG">
You haven't posted the schema of the table nor a sample of it, so I don't know what details you keep for each photo.
Note that
doesn't display the image in the browser. The common way is to use<img src="\@\ $ome binary trash, in fact contents of a JPG file">
where you can use MIME::Base64 to encode the binary contents.<img src="data:image/jpg;base64,..."
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: blob output
by bigup401 (Pilgrim) on Sep 11, 2018 at 08:36 UTC | |
by marto (Cardinal) on Sep 11, 2018 at 08:43 UTC | |
by bigup401 (Pilgrim) on Sep 11, 2018 at 09:16 UTC | |
by AnomalousMonk (Archbishop) on Sep 11, 2018 at 15:36 UTC |