Modified:photo upload issue fixed
This commit is contained in:
parent
3c0a802a8a
commit
f84078642b
1 changed files with 3 additions and 3 deletions
|
@ -186,7 +186,7 @@ switch($mode)
|
|||
break;
|
||||
|
||||
|
||||
/* case 'plupload': {
|
||||
case 'plupload': {
|
||||
$status_array = array();
|
||||
// HTTP headers for no cache etc
|
||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||
|
@ -335,8 +335,8 @@ switch($mode)
|
|||
rename($filePath, $targetFile);
|
||||
|
||||
echo json_encode( array("success"=>"yes","file_name"=>$filename, "extension" => getExt( $filePath ), "file_directory" => $directory ) );
|
||||
}*/
|
||||
// break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue