<html>
<head>
<title>The SRESI Bookmarks Manager</title>
</head>
<body>
<h2>File Import</h2>
<form action="sresi.php" method="POST" enctype="multipart/form-data">
<?php
$session = tempnam("/tmp", "sresi-");
echo ("<input type=\"hidden\" name=\"data\" value=\"" . $session . "\" />\n");
?>
<input type="hidden" name="MAX_FILE_SIZE" value="167772160" />
<p>
Load this file: <input type="file" name="Lfichier"><br />
<fieldset>Please choose the file type:<br />
<input type="radio" name="Lformat" value="delicious" />Del.icio.us<br />
<input type="radio" name="Lformat" value="dsv" checked="checked" />DSV<br />
<input type="radio" name="Lformat" value="hsresi" />HTML SRESI<br />
<input type="radio" name="Lformat" value="mozilla" />Mozilla<br />
<input type="radio" name="Lformat" value="opera" />Opera<br />
<input type="radio" name="Lformat" value="xbel" />XBEL<br />
</fieldset>
<input type="submit" name="run" value="Load" />
</p>
</form>
</body>
</html>