Searched refs:oFile (Results 1 – 7 of 7) sorted by relevance
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 170 $oFile = $_FILES['NewFile'] ; 176 $sFileName = $oFile['name'] ; 187 if ( !IsImageValid( $oFile['tmp_name'], $sExtension ) ) 195 …if ( !IsHtmlExtension( $sExtension, $Config['HtmlExtensions'] ) && DetectHtml( $oFile['tmp_name'] … 218 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/ |
| D | upload.php | 46 $oFile = $_FILES['NewFile'] ; variable 49 $sFileName = $oFile['name'] ; 105 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/php/ |
| D | commands.php | 160 $oFile = $_FILES['NewFile'] ; 166 $sFileName = $oFile['name'] ; 197 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | commands.asp | 58 Dim oFSO, oCurrentFolder, oFolders, oFolder, oFiles, oFile 82 For Each oFile in oFiles 84 iFileSize = Round( oFile.size / 1024 ) 85 If ( iFileSize < 1 AND oFile.size <> 0 ) Then iFileSize = 1 87 …Response.Write "<File name=""" & ConvertToXmlAttribute( oFile.name ) & """ size=""" & iFileSize & …
|
| /plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 616 $oFile = $file_data ; 623 $sFileName = dwiki_encodeFN($oFile['name']) ; 637 if ( ( $isImageValid = IsImageValid( $oFile['tmp_name'], $sExtension ) ) === false ) 646 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true ) 701 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|
| /plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 600 $oFile = $_FILES['NewFile'] ; 607 $sFileName = dwiki_encodeFN($oFile['name']) ; 621 if ( ( $isImageValid = IsImageValid( $oFile['tmp_name'], $sExtension ) ) === false ) 630 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true ) 682 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|
| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | commands.php | 611 $oFile = $file_data ; 618 $sFileName = dwiki_encodeFN($oFile['name']) ; 632 if ( ( $isImageValid = IsImageValid( $oFile['tmp_name'], $sExtension ) ) === false ) 641 ( $detectHtml = DetectHtml( $oFile['tmp_name'] ) ) === true ) 696 move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
|