@@ -55,7 +55,7 @@ if(isset($_POST)) | |||
if($success) | |||
{ | |||
mkdir($_CONF['podcast_dir'].$title); | |||
mkdir($_CONF['podcast_dir'].$title, 0777, true); | |||
$files = explode(',', $file); | |||
foreach ($files as $single) | |||
{ |
@@ -111,8 +111,6 @@ $(document).ready(function() { | |||
{ | |||
if(html) | |||
{ | |||
podFile=encodeURIComponent($("#edit_podcast_file").val()); | |||
var fileList = $("#edit_podcast_file").val().split(','); | |||
var oldFileList = html.split(','); | |||
for (var i = 0; i < fileList.length; i++) |