Home
last modified time | relevance | path

Searched refs:_FILES (Results 1 – 25 of 46) sorted by last modified time

12

/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/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/sqlite/
H A Dadmin.php64 $importfile = $_FILES['importfile']['tmp_name'];
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php85 if (!isset($_FILES['icon'])) {
90 $icon = $_FILES['icon'];
/plugin/bureaucracy/
H A Dsyntax.php316 foreach($_FILES['bureaucracy'] as $key => $value) {
/plugin/advanced/admin/
H A Dimport.php195 $tmp_name = $_FILES['file']['tmp_name'];
196 $file_name = $_FILES['file']['name'];
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php525 if (!isset($_FILES)) {
526 global $_FILES;
536 $keys = array_keys($_FILES);
537 $_FILES['NewFile']['name'] = cleanID(str_replace('&','_', $_FILES['NewFile']['name']));
538 $file_data = filter_var_array($_FILES[$keys[0]], $f_args);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php184 ->withUploadedFiles(self::normalizeFiles($_FILES));
/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/addressbook/
H A Dsyntax.php416 …if (isset($_FILES) && $_FILES['photo']['error'] == UPLOAD_ERR_OK && $_FILES['photo']['tmp_name']!=…
417 if (filesize($_FILES['photo']['tmp_name']) > (2*1024*1024)) {
420 } elseif (exif_imagetype($_FILES['photo']['tmp_name']) != IMAGETYPE_JPEG){
424 $pic = $this->scaleJPG($_FILES['photo']['tmp_name']);
430 …if ($_FILES['photo']['error'] != UPLOAD_ERR_OK && $_FILES['photo']['tmp_name']!='' ) msg('Image co…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1 …S',\n '$_SERVER',\n '$_GET',\n '$_POST',\n '$_FILES',\n '$_REQU…
/plugin/flowchartjs/
H A Dadmin.php24 if (!isset($_FILES['_new']) && !isset($_POST['_del'])) return;
26 if (isset($_FILES['_new']) && $_FILES['_new']['error'] == 0){
27 if ('json' != pathinfo($_FILES['_new']['name'], PATHINFO_EXTENSION)){
28 msg($_FILES['_new']['name'].' is not a json file', 2);
30 move_uploaded_file($_FILES['_new']['tmp_name'],
31 DOKU_PLUGIN.'flowchartjs/styles/'.$_FILES['_new']['name']);
32 msg($_FILES['_new']['name'].' has been successfully uploaded', 1);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php222 if ($_FILES) $file = current($_FILES);
/plugin/loglog/
H A Daction.php264 } elseif (isset($_FILES['installfile'])) {
265 $this->logAdmin(['installfile', $_FILES['installfile']['name']]);
/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/fileshare/syntax/
H A DFileshare.php80 if ($_FILES ['upload'] ['tmp_name']) {
82 $tmp_name = $_FILES ['upload'] ['tmp_name'];
85 $name = basename ( $_FILES ['upload'] ['name'] );
/plugin/dropfiles/action/
H A Dajax.php72 if ($_FILES['qqfile']['tmp_name']) {
73 $id = $INPUT->post->str('mediaid', $_FILES['qqfile']['name']);
88 if ($_FILES['qqfile']['error']) {
89 unset($_FILES['qqfile']);
93 if ($_FILES['qqfile']['tmp_name']) {
94 $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
/plugin/bureaucracyau/
H A Dsyntax.php311 foreach($_FILES['bureaucracyau'] as $key => $value) {
/plugin/bureaucracy-au/
H A Dsyntax.php311 foreach($_FILES['bureaucracy'] as $key => $value) {
/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/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php21 $_FILES['g'] = 'g';
325 $this->assertEquals('g', $_FILES['g']);
337 $_FILES['g'] = 'gg';
349 $this->assertEquals('gg', $_FILES['g']);
367 $this->assertEquals('g', $_FILES['g']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php263 $this->assertEquals('bar', $_FILES['foo']);
/plugin/file2dw/
H A Daction.php153 if ( $_FILES['userFile'] && $_FILES['userFile']['error'] == 0 ) {
154 $this->_msg( array('ok_info','userFile found: '.$_FILES['userFile']['name']) );
208 … && strpos( $this->getConf( 'parserMimeTypeSOffice' ), $_FILES['userFile']['type'] ) !== false) {
413 if ( ! $_FILES['userFile'] ) return $this->_msg('er_file_miss');
416 if ( $_FILES['userFile']['error'] > 0 ) {
417 return $this->_msg( array( 'er_file_upload', $_FILES['userFile']['error'] ) );
436 $this->userFileName = $_FILES['userFile']['name'];
438 if ( ! move_uploaded_file( $_FILES['userFile']['tmp_name'], $this->userFile ) ) {

12