From 9a03746b87c590226e6daa1cacb6482edef1d400 Mon Sep 17 00:00:00 2001 From: Angeliki Date: Wed, 29 May 2019 10:04:32 +0200 Subject: [PATCH] try to figure out why draggable doesnt work --- podcast1.php | 198 +++++++++++++++++++++--------------------- scripts/uploadMp3.php | 2 +- 2 files changed, 101 insertions(+), 99 deletions(-) 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);