Home
last modified time | relevance | path

Searched refs:SendUploadResults (Results 1 – 25 of 25) sorted by relevance

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php34 SendUploadResults( $number, '', '', $text ) ;
40SendUploadResults( '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 Dbasexml.php69 SendUploadResults( $number, "", "", $text ) ;
H A Dcommands.php583 SendUploadResults( '203', $sFileUrl, $_FILES['NewFile']['name'], $msg ) ;
732 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
784 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
H A Dio.php285 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php35 SendUploadResults( $number, '', '', $text ) ;
41SendUploadResults( '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 Dbasexml.php69 SendUploadResults( $number, "", "", $text ) ;
H A Dcommands.php599 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ;
751 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
803 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
H A Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php33 SendUploadResults( $number, '', '', $text ) ;
39SendUploadResults( '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 Dcommands.php241 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
H A Dio.php263 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php35 SendUploadResults( $number, '', '', $text ) ;
41SendUploadResults( '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 Dbasexml.php69 SendUploadResults( $number, "", "", $text ) ;
H A Dcommands.php594 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ;
746 SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ;
798 SendUploadResults( $upload_error, $sFileUrl, $file, $msg ) ;
H A Dio.php286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) function
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dupload.asp37SendUploadResults "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 Dcommands.asp195 SendUploadResults sErrorNumber, sFileUrl, sFileName, ""
H A Dio.asp214 Sub SendUploadResults( errorNumber, fileUrl, fileName, customMsg ) subroutine
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_upload.cfm44 …<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 Dcf5_upload.cfm47 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 Dcf_commands.cfm125 <cfset SendUploadResults( errorNumber, sFileUrl, sFileName, customMsg ) >
H A Dcf_io.cfm262 <cffunction name="SendUploadResults" returntype="String" output="true">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dcommands.pl153 SendUploadResults($sErrorNumber, $resourceType.$currentFolder.$sFileName, $sFileName, '');
156 sub SendUploadResults subroutine
H A Dupload.cgi65 …&SendUploadResults(1, '', '', 'This connector is disabled. Please check the "editor/filemanager/co…
/plugin/fckg/
H A DChanges77 Added $mssg="" to FileUpload() in commands.php for SendUploadResults(), without which some systems …