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

yash_khandelwal’s picture

Issue summary: View changes

Hi ,

You should use base64_decode() to convert base64 into image.

See link http://php.net/manual/en/function.base64-decode.php

yash_khandelwal’s picture

Status: Active » Closed (fixed)
yash_khandelwal’s picture

yash_khandelwal’s picture

Assigned: Unassigned » yash_khandelwal