image upload from chat
This commit is contained in:
@@ -146,7 +146,7 @@ class fileUploader
|
||||
|
||||
if($this->save($sFileName.'.'.$sExt))
|
||||
{
|
||||
return array('success'=>true, 'file_name'=>$sFileName.'.'.$sExt);
|
||||
return array('success'=>true, 'file_name'=>$sFileName.'.'.$sExt, 'file_path'=>$_GET['serv_name'].$this->sFolderPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user