X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=import.php;h=ce6aa723054dd3ded178aa578168f3a7eafd2f8f;hb=ad98b13400fdc2fa2299a22c9bd54c4cd27960c3;hp=23715e080c0c6a9af59871a8a7a96a15b6241be1;hpb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;p=timetracker.git diff --git a/import.php b/import.php index 23715e08..ce6aa723 100644 --- a/import.php +++ b/import.php @@ -37,8 +37,8 @@ if (!ttAccessCheck(right_administer_site)) { } $form = new Form('importForm'); -$form->addInput(array('type'=>'upload','name'=>'xmlfile','value'=>'browse','maxsize'=>16777216)); // 16 MB file upload limit. -// Note: for the above limit to work make sure to set upload_max_filesize and post_max_size in php.ini to at least 16M. +$form->addInput(array('type'=>'upload','name'=>'xmlfile','value'=>'browse','maxsize'=>67108864)); // 64 MB file upload limit. +// Note: for the above limit to work make sure to set upload_max_filesize and post_max_size in php.ini to at least 64M. $form->addInput(array('type'=>'submit','name'=>'btn_submit','value'=>$i18n->getKey('button.import'))); if ($request->isPost()) {