Closed (fixed)
Project:
Contact Save
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Oct 2011 at 16:07 UTC
Updated:
16 Feb 2017 at 17:17 UTC
Jump to comment: Most recent
Hi i am using contact save to detect spammers on my site.
Sometimes all they send are images and thos are displayed as base 64 code in contact save.
Is there any way i can decode it directly in my site ? I have to use an external tool to get any result at the moment.
Thank you
Comments
Comment #1
yash_khandelwalHi ,
You should use base64_decode() to convert base64 into image.
See link http://php.net/manual/en/function.base64-decode.php
Comment #2
yash_khandelwalComment #3
yash_khandelwalComment #4
yash_khandelwal