correct filename input in settings_seed_upload.inc form

to get filename
(recently introduced by change form "text" to the more convenient "file" input  50f64ddc3b)
pull/38/head
reger 9 years ago
parent cd26717ba2
commit 1636541c48

@ -1,13 +1,16 @@
<fieldset>
<p><strong>Store into filesystem:</strong></p>
<p>You must configure this if you want to store the seed-list file onto the file system.</p>
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<form action="SettingsAck_p.html" method="post">
<table border="0" cellspacing="5">
<tr valign="top">
<td><label for="fs_path">File Location</label>:</td>
<td><label for="fs_path">File Location:</label></td>
<td><input name="seedFilePath" type="file" id="fs_path" size="40" value="#[seedFilePath]#" /></td>
<td><i>Here you can specify the path within the filesystem where the seed-list file should be stored.</i></td>
</tr>
</tr>
<tr>
<td>current:</td><td>#[seedFilePath]# </td><td></td>
</tr>
<tr>
<td colspan="3"><input type="submit" name="seedFileSettings" class="btn btn-primary" value="Submit" /></td>
</tr>

Loading…
Cancel
Save