diff --git a/podcast1.php b/podcast1.php index 3869eea..1e3bb52 100644 --- a/podcast1.php +++ b/podcast1.php @@ -3,16 +3,112 @@ - - - + + + + + + + + + +

"Mediating Speech" @@ -113,7 +209,7 @@ echo '

'; } ?>


'; } - - - - - - - - - - - - diff --git a/scripts/uploadMp3.php b/scripts/uploadMp3.php index 113e4c9..f613976 100644 --- a/scripts/uploadMp3.php +++ b/scripts/uploadMp3.php @@ -2,7 +2,7 @@ error_reporting(-1); ini_set("display_errors", "On"); // requires php5 -define('UPLOAD_DIR', '../uploads/1'); +define('UPLOAD_DIR', '../uploads'); $img = $_POST['base64']; $img = str_replace('data:audio/mp3;base64,', '', $img); $img = str_replace(' ', '+', $img);