/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | upload.php | 34 SendUploadResults( $number, '', '', $text ) ; 40 …SendUploadResults( '1', '', '', 'This file uploader is disabled. Please check the "editor/filemana… 51 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 55 SendUploadResults( 1, '', '', 'Invalid type specified' ) ;
|
H A D | basexml.php | 69 SendUploadResults( $number, "", "", $text ) ;
|
H A D | commands.php | 583 SendUploadResults( '203', $sFileUrl, $_FILES['NewFile']['name'], $msg ) ; 732 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ; 784 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
|
H A D | io.php | 285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | upload.php | 35 SendUploadResults( $number, '', '', $text ) ; 41 …SendUploadResults( '1', '', '', 'This file uploader is disabled. Please check the "editor/filemana… 52 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 56 SendUploadResults( 1, '', '', 'Invalid type specified' ) ;
|
H A D | basexml.php | 69 SendUploadResults( $number, "", "", $text ) ;
|
H A D | commands.php | 599 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ; 751 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ; 803 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
|
H A D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | upload.php | 33 SendUploadResults( $number, '', '', $text ) ; 39 …SendUploadResults( '1', '', '', 'This file uploader is disabled. Please check the "editor/filemana… 50 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 54 SendUploadResults( 1, '', '', 'Invalid type specified' ) ;
|
H A D | commands.php | 241 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
|
H A D | io.php | 263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | upload.php | 35 SendUploadResults( $number, '', '', $text ) ; 41 …SendUploadResults( '1', '', '', 'This file uploader is disabled. Please check the "editor/filemana… 52 SendUploadResults( '1', '', '', 'The ""' . $sCommand . '"" command isn\'t allowed' ) ; 56 SendUploadResults( 1, '', '', 'Invalid type specified' ) ;
|
H A D | basexml.php | 69 SendUploadResults( $number, "", "", $text ) ;
|
H A D | commands.php | 594 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ; 746 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ; 798 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
|
H A D | io.php | 286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | upload.asp | 37 …SendUploadResults "1", "", "", "This file uploader is disabled. Please check the ""editor/filemana… 51 SendUploadResults "1", "", "", "The """ & sCommand & """ command isn't allowed" 56 SendUploadResults "1", "", "", "The " & sResourceType & " resource type isn't allowed"
|
H A D | commands.asp | 195 SendUploadResults sErrorNumber, sFileUrl, sFileName, ""
|
H A D | io.asp | 214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) subroutine
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_upload.cfm | 44 …<cfset SendUploadResults( '1', '', '', 'This file uploader is disabled. Please check the "editor/f… 58 <cfset SendUploadResults( "1", "", "", "The """ & sCommand & """ command isn't allowed" )> 63 <cfset SendUploadResults( "1", "", "", "Invalid type specified" ) >
|
H A D | cf5_upload.cfm | 47 function SendUploadResults(errorNumber, fileUrl, fileName, customMsg) 56 …<cfset SendUploadResults(1, "", "", "This file uploader is disabled. Please check the ""editor/fil… 61 <cfset SendUploadResults(1, "", "", "The """ & url.command & """ command isn't allowed")> 66 <cfset SendUploadResults(1, "", "", "The """ & url.type & """ type isn't allowed")> 71 <cfset SendUploadResults(102)> 188 <cfset SendUploadResults(103)> 286 …<cfset SendUploadResults(errorNumber, '#resourceTypeUrl##url.currentFolder##fileName#.#fileExt#', … 290 …<cfset SendUploadResults(errorNumber, '#resourceTypeUrl##url.currentFolder##fileName#.#fileExt#', … 294 <cfset SendUploadResults(errorNumber, '', '', customMsg)>
|
H A D | cf_commands.cfm | 125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
|
H A D | cf_io.cfm | 262 <cffunction name="SendUploadResults" returntype="String" output="true">
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | commands.pl | 153 SendUploadResults($sErrorNumber, $resourceType.$currentFolder.$sFileName, $sFileName, ''); 156 sub SendUploadResults subroutine
|
H A D | upload.cgi | 65 …&SendUploadResults(1, '', '', 'This connector is disabled. Please check the "editor/filemanager/co…
|
/plugin/fckg/ |
H A D | Changes | 77 Added $mssg="" to FileUpload() in commands.php for SendUploadResults(), without which some systems …
|