Home
last modified time | relevance | path

Searched refs:_FILES (Results 26 – 46 of 46) sorted by path

12

/plugin/issuetracker/
H A Dsyntax.php216 $mime_type1 = $_FILES['attachment1']['type'];
220 $mime_type2 = $_FILES['attachment2']['type'];
224 $mime_type3 = $_FILES['attachment3']['type'];
1400 global $_FILES;
1802 $mime_type = $_FILES[$attachment_id]['type'];
1803 …$file_extension = strrchr($_FILES[$attachment_id]['name'],'.'); // last occurance of dot to detect…
1811 …$Generated_Header .= '<span>'.$this->getLang('wmsg7').' (File: <b>'.$_FILES[$attachment_id]['name'…
1816 …$Generated_Header .= '<span>'.$this->getLang('wmsg8').' (File: <b>'.$_FILES[$attachment_id]['name'…
1819 if($_FILES[$attachment_id]['size'] > ($this->getConf('max_fsize'))){
1830 …$safe_filename = preg_replace('#[^A-Za-z0-9_.-]#', '',trim(basename( $_FILES[$attachment_id]['name…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php68 if (!empty($_FILES['userfile']['tmp_name'])) {
70 if (is_uploaded_file($_FILES['userfile']['tmp_name'])) {
71 if ($APICdata = file_get_contents($_FILES['userfile']['tmp_name'])) {
73 if ($exif_imagetype = exif_imagetype($_FILES['userfile']['tmp_name'])) {
77 $TagData['attached_picture'][0]['description'] = $_FILES['userfile']['name'];
84 echo '<b>cannot open '.htmlentities($_FILES['userfile']['tmp_name']).'</b><br>';
87 echo '<b>!is_uploaded_file('.htmlentities($_FILES['userfile']['tmp_name']).')</b><br>';
/plugin/loglog/
H A Daction.php264 } elseif (isset($_FILES['installfile'])) {
265 $this->logAdmin(['installfile', $_FILES['installfile']['name']]);
/plugin/odt2dw/
H A Daction.php107 if ( $_FILES['odtFile'] ) {
313 if ( ! $_FILES['odtFile'] ) return $this->_msg('er_odtFile_miss');
315 …if ( $_FILES['odtFile']['error'] > 0 ) return $this->_msg( array( 'er_odtFile_upload', $_FILES['od…
317 …arserMimeTypeAuthorized' ), $_FILES['odtFile']['type'] ) === false ) return $this->_msg( array( 'e…
323 $this->odtFileName = $_FILES['odtFile']['name'];
325 …if ( ! move_uploaded_file( $_FILES['odtFile']['tmp_name'], $this->odtFile ) ) return $this->_msg('…
/plugin/odtplus2dw/
H A Daction.php124 if ( $_FILES['userFile'] ) {
330 if ( ! $_FILES['userFile'] ) return $this->_msg('er_file_miss');
332 if ( $_FILES['userFile']['error'] > 0 ) return $this->_msg( array( 'er_file_upload', $_FILES['userFile']['error'] ) );
334 if ( $this->getConf( 'parserMimeTypeAuthorized' ) != "" && strpos( $this->getConf( 'parserMimeTypeAuthorized' ), $_FILES['userFile']['type'] ) === false ) return $this->_msg( array( 'er_file_format', $_FILES['userFile']['type'] ) );
343 $this->userFileName = $_FILES['userFile']['name'];
345 if ( ! move_uploaded_file( $_FILES['userFile']['tmp_name'], $this->userFile ) ) return $this->_msg('er_file_getFromDownload');
353 if ( $this->getConf( 'parserMimeTypePandoc' ) != "" && strpos( $this->getConf( 'parserMimeTypePandoc' ), $_FILES['userFile']['type'] ) !== false ) {
363 if ( $this->getConf( 'parserMimeTypeSOffice' ) != "" && strpos( $this->getConf( 'parserMimeTypeSOffice' ), $_FILES['userFil
[all...]
/plugin/pdftools/
H A Dadmin.php57 $filename = $_FILES["zip_file"]["name"];
58 $source = $_FILES["zip_file"]["tmp_name"];
59 $type = $_FILES["zip_file"]["type"];
/plugin/pgn4web/pgn4web/
H A Dviewer.php201 } elseif (count($_FILES) == 0) {
204 } elseif ($_FILES['pgnFile']['error'] === UPLOAD_ERR_OK) {
205 $pgnFileName = $_FILES['pgnFile']['name'];
207 $pgnFileSize = $_FILES['pgnFile']['size'];
217 $pgnSource = $_FILES['pgnFile']['tmp_name'];
221 switch ($_FILES['pgnFile']['error']) {
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.object.php59 …$output_filename = './thumbnails/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.…
H A DphpThumb.demo.object.simple.php31 if (is_uploaded_file(@$_FILES['userfile']['tmp_name'])) {
32 $phpThumb->setSourceFilename($_FILES['userfile']['tmp_name']);
33 …$output_filename = './thumbnails/'.basename($_FILES['userfile']['name']).'_'.$thumbnail_width.'.'.…
/plugin/preservefilenames/
H A Daction_angua.php56 if (isset($_FILES['qqfile']['name'])) {
58 $filename_orig = (string) $_FILES['qqfile']['name'];
59 } elseif (isset($_FILES['upload']['name'])) {
61 $filename_orig = (string) $_FILES['upload']['name'];
H A Daction_anteater.php62 } elseif (isset($_FILES['Filedata'])) {
64 $filename_orig = $_FILES['upload']['name'];
/plugin/sqlite/
H A Dadmin.php64 $importfile = $_FILES['importfile']['tmp_name'];
/plugin/struct/admin/
H A Dschemas.php69 if (isset($_FILES['schemafile']['tmp_name'])) {
70 $json = io_readFile($_FILES['schemafile']['tmp_name'], false);
85 if (isset($_FILES['csvfile']['tmp_name'])) {
89 $csvImporter = new CSVPageImporter($table, $_FILES['csvfile']['tmp_name'], $datatype);
91 $csvImporter = new CSVSerialImporter($table, $_FILES['csvfile']['tmp_name'], $datatype);
93 $csvImporter = new CSVImporter($table, $_FILES['csvfile']['tmp_name'], $datatype);
/plugin/supa/action/
H A Daction.php60 $f = &$_FILES['Filedata'];
69 …if( empty($_FILES) && empty($_POST) && isset($_SERVER['REQUEST_METHOD']) && strtolower($_SERVER['R…
/plugin/translator/
H A Dadmin.php82 …: $this->_handleUploadedFiles($_REQUEST['Category'], $_REQUEST['Version'], $_FILES['File']); break;
/plugin/upload/
H A Daction.php40 if($_FILES['upload']['tmp_name']) {
68 if($_FILES['upload']['tmp_name']) {
/plugin/userimportextended/
H A Dadmin.php182 $upl = $this->_isUploadedFile($_FILES['import']['tmp_name']);
183 if (empty($_FILES['import']['size']) || !empty($_FILES['import']['error']) && $upl) {
192 $fd = fopen($_FILES['import']['tmp_name'],'r');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php160 if (!isset($_FILES)) {
161 global $_FILES;
166 if ( isset( $_FILES['NewFile'] ) && !is_null( $_FILES['NewFile']['tmp_name'] ) )
170 $oFile = $_FILES['NewFile'] ;
H A Dphpcompat.php9 if ( !isset( $_FILES ) ) {
10 $_FILES = $HTTP_POST_FILES ; variable
/plugin/zip/pear/File/
H A DArchive.php495 if (!isset($_FILES[$name])) {
498 switch ($_FILES[$name]['error']) {
505 $_FILES[$name]['name']
510 $_FILES[$name]['name']
522 "Unknown error ".$_FILES[$name]['error']." in file upload. ".
526 if (!is_uploaded_file($_FILES[$name]['tmp_name'])) {
532 $_FILES[$name]['tmp_name'],
533 $_FILES[$name]['name'],
534 $_FILES[$name]['type']

12