Subversion-Projekte lars-tiefland.ci

Revision

Revision 2124 | Revision 2128 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2124 Revision 2127
Zeile 101... Zeile 101...
101
        $real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/';
101
        $real_folder = $GLOBALS["webs"]["verzeichnis"] . '/images/upload/';
102
		$this->response = array();
102
		$this->response = array();
103
		$this->options = array(
103
		$this->options = array(
104
			'script_url' => $this->get_full_url() . '/' . $this->basename($this->
104
			'script_url' => $this->get_full_url() . '/' . $this->basename($this->
105
				get_server_var('SCRIPT_NAME')),
105
				get_server_var('SCRIPT_NAME')),
106
			'upload_dir' => dirname($this->get_server_var('SCRIPT_FILENAME')) . '/files/',
106
			'upload_dir' => $real_folder,
107
			'upload_url' => $this->get_full_url() . '/files/',
107
			'upload_url' => $real_url,
108
			'input_stream' => 'php://input',
108
			'input_stream' => 'php://input',
109
			'user_dirs' => false,
109
			'user_dirs' => false,
110
			'mkdir_mode' => 0755,
110
			'mkdir_mode' => 0755,
111
			'param_name' => 'files',
111
			'param_name' => 'files',
112
			// Set the following option to 'POST', if your server does not support
112
			// Set the following option to 'POST', if your server does not support