denzil_cactus has asked for the wisdom of the Perl Monks concerning the following question:
and I am inserting $cContent to a database type mediumblob in mysql but it does not work on web. please help$cContent = MIME::Base64::decode_base64($cFile);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem in MIME::Base64::decode_base64
by gmargo (Hermit) on Nov 05, 2009 at 13:08 UTC | |
|
Re: Problem in MIME::Base64::decode_base64
by scorpio17 (Canon) on Nov 05, 2009 at 14:26 UTC |