<tr valign="top">
<th align="left"><?php echo T_('File'); ?></th>
<td>
- <input type="hidden" name="MAX_FILE_SIZE" value="1024000" />
+ <input type="hidden" name="MAX_FILE_SIZE" value="104857600" />
<input type="file" name="userfile" size="50" />
</td>
</tr>
<?php
$this->includeTemplate($GLOBALS['bottom_include']);
-?>
\ No newline at end of file
+?>
$countImportedBookmarks = 0;
$tplVars['msg'] = '';
+if ($userservice->isLoggedOn() && sizeof($_FILES)) {
+print_r($_FILES['userfile']);
+}
+
if ($userservice->isLoggedOn() && sizeof($_FILES) > 0 && $_FILES['userfile']['size'] > 0) {
$userinfo = $userservice->getCurrentObjectUser();