2017-06-19 Fred Gleason <fredg@paravelsystems.com>

* Added a 'TITLE' field to the 'Import' web call.
This commit is contained in:
Fred Gleason
2017-06-19 14:27:05 -04:00
parent 108fd8c40c
commit 5a3a5015a5
4 changed files with 38 additions and 1 deletions

View File

@@ -50,6 +50,11 @@
<td><input type="text" name="GROUP_NAME" size="20" maxlength="20"></td>
</tr>
<tr>
<tr>
<td align="right">TITLE:</td>
<td><input type="text" name="TITLE" size="40" maxlength="255"></td>
</tr>
<tr>
<td align="right">FILE:</td>
<td><input type="file" name="FILENAME" size="20" maxlength="64"></td>
</tr>