4 require_once
'Services/Form/classes/class.ilIdentifiedMultiValuesInputGUI.php';
5 require_once
'Services/UIComponent/Glyph/classes/class.ilGlyphGUI.php';
51 $this->lng = $DIC->language();
54 $this->
setSuffixes(array(
"jpg",
"jpeg",
"png",
"gif"));
56 $this->validationRegexp =
"";
58 require_once
'Services/Form/classes/class.ilMultipleImagesAdditionalIndexLevelRemover.php';
63 require_once
'Services/Form/classes/class.ilMultipleImagesFileSubmissionDataCompletion.php';
68 require_once
'Services/Form/classes/class.ilIdentifiedMultiFilesJsPositionIndexRemover.php';
73 require_once
'Services/Form/classes/class.ilMultiFilesSubmitRecursiveSlashesStripper.php';
86 $this->suffixes = $a_suffixes;
178 if ($F && isset($_REQUEST[$this->
getPostVar()][self::FILE_DATA_INDEX_DODGING_FILE])) {
179 $F = array_merge(array(self::FILE_DATA_INDEX_DODGING_FILE => $_REQUEST[$this->
getPostVar()][self::FILE_DATA_INDEX_DODGING_FILE]), $F);
182 if ($this->
getRequired() && !is_array($F[
'error'])) {
186 foreach ($F[
'error'] as
$index => $error) {
190 case UPLOAD_ERR_INI_SIZE:
191 $this->
setAlert(
$lng->txt(
"form_msg_file_size_exceeds"));
195 case UPLOAD_ERR_FORM_SIZE:
196 $this->
setAlert(
$lng->txt(
"form_msg_file_size_exceeds"));
200 case UPLOAD_ERR_PARTIAL:
201 $this->
setAlert(
$lng->txt(
"form_msg_file_partially_uploaded"));
205 case UPLOAD_ERR_NO_FILE:
208 } elseif (strlen($F[self::FILE_DATA_INDEX_DODGING_FILE][
$index])) {
215 case UPLOAD_ERR_NO_TMP_DIR:
216 $this->
setAlert(
$lng->txt(
"form_msg_file_missing_tmp_dir"));
220 case UPLOAD_ERR_CANT_WRITE:
221 $this->
setAlert(
$lng->txt(
"form_msg_file_cannot_write_to_disk"));
225 case UPLOAD_ERR_EXTENSION:
226 $this->
setAlert(
$lng->txt(
"form_msg_file_upload_stopped_ext"));
234 if (is_array($F[
'tmp_name'])) {
235 foreach ($F[
'tmp_name'] as
$index => $tmpname) {
239 $tmpname = array_shift($tmpname);
242 $suffix = $filename_arr[
"extension"];
243 $mimetype = $F[
'type'][
$index];
244 $size_bytes = $F[
'size'][
$index];
246 if (strlen($tmpname) && is_array($this->
getSuffixes())) {
248 $this->
setAlert(
$lng->txt(
"form_msg_file_wrong_file_type"));
255 foreach ($F[
'tmp_name'] as
$index => $tmpname) {
259 $tmpname = array_shift($tmpname);
262 $suffix = $filename_arr[
"extension"];
263 $mimetype = $F[
'type'][
$index];
264 $size_bytes = $F[
'size'][
$index];
266 if (strlen($tmpname)) {
268 if ($vir[0] ==
false) {
269 $this->
setAlert(
$lng->txt(
"form_msg_file_virus_found") .
"<br />" . $vir[1]);
292 $tpl->setCurrentBlock(
'image');
299 $tpl->setVariable(
"TXT_DELETE_EXISTING",
$lng->txt(
"delete_existing_file"));
302 $tpl->parseCurrentBlock();
305 $tpl->setCurrentBlock(
'addimage');
307 $tpl->setVariable(
"IMAGE_BROWSE",
$lng->txt(
'select_file'));
309 $tpl->setVariable(
"TXT_IMAGE_SUBMIT",
$lng->txt(
"upload"));
314 $tpl->parseCurrentBlock();
317 $tpl->setCurrentBlock(
"move");
324 $tpl->parseCurrentBlock();
328 $tpl->setCurrentBlock(
"row");
335 $tpl->parseCurrentBlock();
342 $suff_str = $delim =
"";
344 $suff_str .= $delim .
"." .
$suffix;
347 $tpl->setCurrentBlock(
'allowed_image_suffixes');
348 $tpl->setVariable(
"TXT_ALLOWED_SUFFIXES",
$lng->txt(
"file_allowed_suffixes") .
" " . $suff_str);
349 $tpl->parseCurrentBlock();
359 $tpl->setVariable(
"TEXT_YES",
$lng->txt(
'yes'));
360 $tpl->setVariable(
"TEXT_NO",
$lng->txt(
'no'));
361 $tpl->setVariable(
"DELETE_IMAGE_HEADER",
$lng->txt(
'delete_image_header'));
362 $tpl->setVariable(
"DELETE_IMAGE_QUESTION",
$lng->txt(
'delete_image_question'));
363 $tpl->setVariable(
"ANSWER_TEXT",
$lng->txt(
'answer_text'));
364 $tpl->setVariable(
"COMMANDS_TEXT",
$lng->txt(
'actions'));
367 $tpl->setCurrentBlock(
'js_engine_initialisation');
370 $tpl->setVariable(
'ITERATOR', self::ITERATOR_SUBFIELD_NAME);
371 $tpl->setVariable(
'STORED_IMAGE_POSTVAR', self::STORED_IMAGE_SUBFIELD_NAME);
372 $tpl->setVariable(
'UPLOAD_IMAGE_POSTVAR', self::IMAGE_UPLOAD_SUBFIELD_NAME);
373 $tpl->parseCurrentBlock();
376 $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormWizardInput.js");
377 $globalTpl->addJavascript(
"./Services/Form/js/ServiceFormIdentifiedWizardInputExtend.js");
391 && array_key_exists(
'src',
$value)
414 return isset(
$value[
'title']) && strlen(
$value[
'title']);
434 return new ilTemplate(self::RENDERING_TEMPLATE,
true,
true,
"Services/Form");
static prepareFormOutput($a_str, $a_strip=false)
prepares string output for html forms public
static virusHandling($a_file, $a_orig_name="", $a_clean=true)
scan file for viruses and clean files if possible
static get($a_glyph, $a_text="")
Get glyph html.
setSize($a_size)
Set Size.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
__construct(Container $dic, ilPlugin $plugin)
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl