Reply to Re: base64_decode

Re: base64_decode  new!
by colin, 5 years, 10 months ago
Your code above cannot work anyway: you are trying to instantiate a class with a file that doesn't exist. Indeed, the filename you have is the contents of the file with an image extension, it cannot possibly work.

You should instantiate the class with raw base64 data:
$handle = new upload($data);
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important