Files
startup/inhalte/ie_rsicher.php
2016-07-05 20:38:34 +00:00

10 lines
351 B
PHP

<fieldset>
<legend>Datenrücksicherung:</legend>
<form action="index.php?<?php echo $_SERVER['QUERY_STRING']; ?>" method="post" enctype="multipart/form-data">
<label>Datei auswählen</label>
<input type="file" name="Datei" />
<br />
<input type="submit" class="button_upload" name="formaction" value="rupload" />
</form>
</fieldset>