You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/yacy/seedUpload/yacySeedUploadFile.html

14 lines
642 B

<p><b>Store into filesystem:</b></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">
<table border="0" cellspacing="5">
<tr valign="top">
<td>File&nbsp;Location:</td>
<td><input name="seedFilePath" type="text" 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>
<td colspan="3"><input type="submit" name="seedFileSettings" value="submit"></td>
</tr>
</table>
</form>