diff --git a/image_to_data_url_converter/README.md b/image_to_data_url_converter/README.md new file mode 100644 index 0000000..645a597 --- /dev/null +++ b/image_to_data_url_converter/README.md @@ -0,0 +1,4 @@ +Simple example of converting image to data URL with using HTML5 FileReader. +There are two examples: +1. Upload with regular file input field, +2. Upload with custom link. \ No newline at end of file diff --git a/image_to_data_url_converter/custom.html b/image_to_data_url_converter/custom.html new file mode 100644 index 0000000..5e4b4da --- /dev/null +++ b/image_to_data_url_converter/custom.html @@ -0,0 +1,22 @@ + + +
+