added base64 readme

This commit is contained in:
Chris
2019-01-14 20:42:14 +01:00
parent 17974088bc
commit 5f5b836a22
2 changed files with 24 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ if($_REQUEST['base64'])
base64ToFile($data, $tmpfile);
//get the file type
$type = getTypeOfFile($tmpfile);