RE: Display Blob from database

2002-11-04 Thread Andrew Lim
I need to do this thing pretty soon for my new project. I still don't get this instruction. Specially how to "SPIT out" image from DB and while() part. Can you give us more detailed explanation? Thanks Andy -Original Message- From: Kee Hinckley [mailto:nazgul@;somewhere.com] Sent: Mond

2.0b8: MailFormTo and strange crashes

2002-11-04 Thread Neil Gunton
When I try to call MailFormTo I get the following error: [1856]ERR: 24: Error in Perl code: Can't locate auto/Embperl/MailFormTo.al in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5

Re: XML compression?

2002-11-04 Thread Jarrod Stenberg
> To me this looks a lot like Base64 endcoding, which > is not unsual in > XML and Web Application context. So type Thanks. I actually found where it was occuring, XML/Generator/DBI.pm line 109: foreach (@row) { if (defined($_) && /[\x00-\x08\x0A-\x0C\x0E-\x19]/) {

Re: XML compression?

2002-11-04 Thread Axel Beckert - ecos gmbh
Hi! On Mon, Nov 04, 2002 at 12:10:59PM -0800, Jarrod Stenberg wrote: > This is slightly off-topic, so please forgive me. I > made a mod_perl module that outputs XML when given a > SQL aquery. > > The modules used: > XML::Generator::DBI > XML::Handler::YAWriter > XML::Parser::PerlSAX > > Ther

XML compression?

2002-11-04 Thread Jarrod Stenberg
This is slightly off-topic, so please forgive me. I made a mod_perl module that outputs XML when given a SQL aquery. The modules used: XML::Generator::DBI XML::Handler::YAWriter XML::Parser::PerlSAX There is a "text" field in the mysql database that is coming back like so: - 87015 QSBy

Re: Display Blob from database

2002-11-04 Thread Kee Hinckley
At 9:34 AM -0800 11/4/02, Gerardo Schimpf wrote: Hello embperl fans!. I have a mysql table with a blob data type column and pictures stores in that column. How can I upload a picture and insert it into that column and display the picture on a HTML page? Uploading the picture you can do using tes

Display Blob from database

2002-11-04 Thread Gerardo Schimpf
Hello embperl fans!. I have a mysql table with a blob data type column and pictures stores in that column. How can I upload a picture and insert it into that column and display the picture on a HTML page? Thanks. - To unsubscri

Re: [$hidden$] behaviour

2002-11-04 Thread Axel Beckert - ecos gmbh
Hi! On Sat, Oct 26, 2002 at 01:01:12AM -0400, Jordan Baker wrote: > A query about [$hidden$] tag. It appears that subsequent executions of > [$hidden$] tag cause me to lose the first form element that was passed. > > Is this the expected behaviour? Yes, it is. Let me explain why: > > [$ hidden