|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/thomasjolly1/admin/ |
Upload File : |
<!-- #INCLUDE virtual="/sys/incToolsGui.asp" -->
<!-- #INCLUDE virtual="/sys/incSecurity.asp" -->
<% StartPage "Photo Gallery Tool", "Add", "" %>
<% if request("message") <> "" then %>
<div id="message">We are sorry but that image's file size is to large. Please make sure it is less than 100k</div>
<% end if %>
<form action="add_photo_pro.asp" method="post" enctype="multipart/form-data" name="thisInputForm" id="thisInputForm" onSubmit="return checkPhotosAdd(this);">
<table cellspacing="1" cellpadding="3" border="0" id="table">
<tr>
<td colspan="2" valign="top" id="header">Adding: Photo</td>
</tr>
<tr>
<td align="right" valign="top" id="tdOne"><b>Image</b></td>
<td valign="top" id="tdTwo"><input type="file" name="sImg" size="40" maxlength="40" value=""> <img src="/images/required.gif" width="10" height="10" alt="" border="0" align="top"><br>
<i>requirements: 100k file size, 72 dpi saved as jpg format</i>
</td>
</tr>
<tr>
<td align="right" valign="top" id="tdOne"><b>Description</b></td>
<td valign="top" id="tdTwo"><textarea cols="65" rows="5" name="sBody"></textarea></td>
</tr>
<tr>
<td align="right" valign="top" id="tdOne"><b>Credit</b></td>
<td valign="top" id="tdTwo"><input type="text" name="sCredit" value="" size="55"></td>
</tr>
<tr>
<td colspan="2" align="center" valign="top" id="tdTwo">
<input type="hidden" name="iGallery" value="<%= request("id") %>">
<input type="submit" name="submit" value="Submit">
</td>
</tr>
</table>
</form>
<% EndPage "Photo Gallery Tool", "Edit", "" %>