Base64img is a script that is pretty simple and very useful for any programmer who is looking for a way to store their images in their script. What it does is it uses the php function “base64_encode” and to encode your image in to an array of data. The data is, of course the encoded image its self, the file size of the image, and image type (jpg, png, gif).
The script i stared with was created by php.holtsmark.no witch he created for his script witch is ALL one file. I improved on the script and the data it sent back by allowing multiple file uploads. I also added a jquery enhanced front end to make uploading the files really easy.
You can try it Here.
And you can view the source Here.
