10 lines
341 B
PHP
10 lines
341 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>
|