diff --git a/podcast1.php b/podcast1.php index f83e84d..3869eea 100644 --- a/podcast1.php +++ b/podcast1.php @@ -245,7 +245,7 @@ echo '

'; } $.ajax({ type: "POST", - url: "scripts/uploadMp3_1.php", + url: "scripts/uploadMp3.php", data: { base64: dataURL } diff --git a/scripts/uploadMp3_1.php b/scripts/uploadMp3.php similarity index 100% rename from scripts/uploadMp3_1.php rename to scripts/uploadMp3.php