solariz / ImgUpload2Base64

PHP - Jquery Upload base64 image in Mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64ImgUpload

Little Web Script to convert uploaded Images (PNG/JPG/GIF) to BASE64 Output. A good Article about base64 Image encoding can be found here: When to Base64 Encode Images (and When Not To)

This little Script was based on Base64ImgUpload by anicetkeric modified to only display the base64 Output directly. This is usefull to convert and reuse in webdevelopment, feel free to use.

Installation and Requirements

just clone into a php capable Webserver directory and open in your browser. Images supported: jpg,jpeg,png,gif Default Setting: max Upload 1M

Example Output

output

About

PHP - Jquery Upload base64 image in Mysql


Languages

Language:JavaScript 56.3%Language:CSS 24.7%Language:HTML 16.7%Language:PHP 2.3%