📄 upcfg.asp
字号:
<option value="fileUp"<% If strUploadComponent = "fileUp" Then Response.Write(" selected") %>>SA FileUp</option>
<option value="aspSmart"<% If strUploadComponent = "aspSmart" Then Response.Write(" selected") %>>aspSmartUpload</option>
<option value="AspSimple"<% If strUploadComponent = "AspSimple" Then Response.Write(" selected") %>>AspSimpleUpload</option>
</select> </td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="12" colspan="2" align="left" class="tHeading">上传图片</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="59%" height="12" align="left" bgcolor="#FFFFFF" class="text">图片类型*<br />
<span class="smText">格式之间使用;隔离</span></td>
<td height="12" width="41%" valign="top"> <input name="imageTypes" type="text" id="imageTypes" value="<% = strImageTypes %>" size="30" maxlength="50" > </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="59%" height="2" align="left" class="text">图片大小:(最大值)*<br />
</td>
<td width="41%" height="2" valign="top" class="text"> <select name="imageSize" id="imageSize">
<option<% If intMaxImageSize = 5 Then Response.Write(" selected") %>>5</option>
<option<% If intMaxImageSize = 10 Then Response.Write(" selected") %>>10</option>
<option<% If intMaxImageSize = 15 Then Response.Write(" selected") %>>15</option>
<option<% If intMaxImageSize = 20 Then Response.Write(" selected") %>>20</option>
<option<% If intMaxImageSize = 25 Then Response.Write(" selected") %>>25</option>
<option<% If intMaxImageSize = 30 Then Response.Write(" selected") %>>30</option>
<option<% If intMaxImageSize = 35 Then Response.Write(" selected") %>>35</option>
<option<% If intMaxImageSize = 40 Then Response.Write(" selected") %>>40</option>
<option<% If intMaxImageSize = 45 Then Response.Write(" selected") %>>45</option>
<option<% If intMaxImageSize = 50 Then Response.Write(" selected") %>>50</option>
<option<% If intMaxImageSize = 55 Then Response.Write(" selected") %>>55</option>
<option<% If intMaxImageSize = 60 Then Response.Write(" selected") %>>60</option>
<option<% If intMaxImageSize = 65 Then Response.Write(" selected") %>>65</option>
<option<% If intMaxImageSize = 70 Then Response.Write(" selected") %>>70</option>
<option<% If intMaxImageSize = 75 Then Response.Write(" selected") %>>75</option>
<option<% If intMaxImageSize = 80 Then Response.Write(" selected") %>>80</option>
<option<% If intMaxImageSize = 85 Then Response.Write(" selected") %>>85</option>
<option<% If intMaxImageSize = 90 Then Response.Write(" selected") %>>90</option>
<option<% If intMaxImageSize = 95 Then Response.Write(" selected") %>>95</option>
<option<% If intMaxImageSize = 100 Then Response.Write(" selected") %>>100</option>
<option<% If intMaxImageSize = 125 Then Response.Write(" selected") %>>125</option>
<option<% If intMaxImageSize = 150 Then Response.Write(" selected") %>>150</option>
<option<% If intMaxImageSize = 175 Then Response.Write(" selected") %>>175</option>
<option<% If intMaxImageSize = 200 Then Response.Write(" selected") %>>200</option>
<option<% If intMaxImageSize = 250 Then Response.Write(" selected") %>>250</option>
<option<% If intMaxImageSize = 500 Then Response.Write(" selected") %>>500</option>
</select>
KB </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="59%" height="23" align="left" bgcolor="#FFFFFF" class="text">图片上传目录*<br />
<span class="smText">你必须用户该目录的写权限<br>
</span><br /> </td>
<td height="23" width="41%" valign="top"> <input name="imagePath" type="text" id="imagePath" value="images/" size="30" maxlength="50"> </td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="7" colspan="2" align="left" class="tHeading">文件上传</td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="59%" height="13" align="left" class="text">文件类型*<br />
<span class="smText">格式之间使用;隔离</span></td>
<td width="41%" height="13" valign="top" class="text"><input name="fileTypes" type="text" id="fileTypes" value="<% = strFileTypes %>" size="30" maxlength="50" > </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" align="left" class="text">文件大小:(最大值)*<br />
</td>
<td height="13" valign="top" class="text"><select name="fileSize" id="fileSize">
<option<% If intMaxFileSize = 10 Then Response.Write(" selected") %>>10</option>
<option<% If intMaxFileSize = 20 Then Response.Write(" selected") %>>20</option>
<option<% If intMaxFileSize = 30 Then Response.Write(" selected") %>>30</option>
<option<% If intMaxFileSize = 40 Then Response.Write(" selected") %>>40</option>
<option<% If intMaxFileSize = 50 Then Response.Write(" selected") %>>50</option>
<option<% If intMaxFileSize = 60 Then Response.Write(" selected") %>>60</option>
<option<% If intMaxFileSize = 80 Then Response.Write(" selected") %>>80</option>
<option<% If intMaxFileSize = 100 Then Response.Write(" selected") %>>100</option>
<option<% If intMaxFileSize = 125 Then Response.Write(" selected") %>>125</option>
<option<% If intMaxFileSize = 150 Then Response.Write(" selected") %>>150</option>
<option<% If intMaxFileSize = 200 Then Response.Write(" selected") %>>200</option>
<option<% If intMaxFileSize = 250 Then Response.Write(" selected") %>>250</option>
<option<% If intMaxFileSize = 300 Then Response.Write(" selected") %>>300</option>
<option<% If intMaxFileSize = 400 Then Response.Write(" selected") %>>400</option>
<option<% If intMaxFileSize = 500 Then Response.Write(" selected") %>>500</option>
<option<% If intMaxFileSize = 760 Then Response.Write(" selected") %>>760</option>
<option<% If intMaxFileSize = 1000 Then Response.Write(" selected") %>>1000</option>
<option<% If intMaxFileSize = 1500 Then Response.Write(" selected") %>>1500</option>
<option<% If intMaxFileSize = 2000 Then Response.Write(" selected") %>>2000</option>
</select>
KB </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" align="left" class="text">文件上传目录:* <br />
<span class="smText">你必须用户该目录的写权限</span></td>
<td height="13" valign="top" class="text"><input name="filePath" type="text" id="filePath" value="<% = strFilePath %>" size="30" maxlength="50"></td>
</tr>
<tr bgcolor="#CCCCCC">
<td height="13" colspan="2" align="left" class="tHeading">头像上传</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" align="left" class="text">允许头像上传:</td>
<td height="13" valign="top" class="text">
<input type="radio" name="avatar" value="True" <% If blnAvatarEnabled Then Response.Write "checked" %>> Off
<input type="radio" name="avatar" value="False" <% If blnAvatarEnabled = False Then Response.Write "checked" %>></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" align="left" class="text">头像图片类型*<br />
<span class="smText">格式之间使用;隔离</span> </td>
<td height="13" valign="top" class="text"><input name="avatarTypes" type="text" id="avatarTypes" value="<% = strAvatarTypes %>" size="30" maxlength="50" ></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" align="left" class="text">头像图片大小:(最大值)*<br />
</td>
<td height="13" valign="top" class="text"><select name="avatarSize" id="avatarSize">
<option<% If intMaxAvatarSize = 5 Then Response.Write(" selected") %>>5</option>
<option<% If intMaxAvatarSize = 10 Then Response.Write(" selected") %>>10</option>
<option<% If intMaxAvatarSize = 15 Then Response.Write(" selected") %>>15</option>
<option<% If intMaxAvatarSize = 20 Then Response.Write(" selected") %>>20</option>
<option<% If intMaxAvatarSize = 25 Then Response.Write(" selected") %>>25</option>
<option<% If intMaxAvatarSize = 30 Then Response.Write(" selected") %>>30</option>
<option<% If intMaxAvatarSize = 35 Then Response.Write(" selected") %>>35</option>
<option<% If intMaxAvatarSize = 40 Then Response.Write(" selected") %>>40</option>
<option<% If intMaxAvatarSize = 45 Then Response.Write(" selected") %>>45</option>
<option<% If intMaxAvatarSize = 50 Then Response.Write(" selected") %>>50</option>
<option<% If intMaxAvatarSize = 55 Then Response.Write(" selected") %>>55</option>
<option<% If intMaxAvatarSize = 60 Then Response.Write(" selected") %>>60</option>
<option<% If intMaxAvatarSize = 65 Then Response.Write(" selected") %>>65</option>
<option<% If intMaxAvatarSize = 70 Then Response.Write(" selected") %>>70</option>
<option<% If intMaxAvatarSize = 75 Then Response.Write(" selected") %>>75</option>
<option<% If intMaxAvatarSize = 80 Then Response.Write(" selected") %>>80</option>
<option<% If intMaxAvatarSize = 85 Then Response.Write(" selected") %>>85</option>
<option<% If intMaxAvatarSize = 90 Then Response.Write(" selected") %>>90</option>
<option<% If intMaxAvatarSize = 95 Then Response.Write(" selected") %>>95</option>
<option<% If intMaxAvatarSize = 100 Then Response.Write(" selected") %>>100</option>
<option<% If intMaxAvatarSize = 125 Then Response.Write(" selected") %>>125</option>
<option<% If intMaxAvatarSize = 150 Then Response.Write(" selected") %>>150</option>
<option<% If intMaxAvatarSize = 175 Then Response.Write(" selected") %>>175</option>
<option<% If intMaxAvatarSize = 200 Then Response.Write(" selected") %>>200</option>
<option<% If intMaxAvatarSize = 250 Then Response.Write(" selected") %>>250</option>
<option<% If intMaxAvatarSize = 500 Then Response.Write(" selected") %>>500</option>
</select>
Kb </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="59%" height="13" align="left" class="text">头像图片上传目录*<br />
<span class="smText">你必须用户该目录的写权限</span> </td>
<td width="41%" height="13" valign="top" class="text"><input name="avatarPath" type="text" id="avatarPath" value="<% = strAvatarPath %>" size="30" maxlength="50"> </td>
</tr>
<tr bgcolor="#FFFFFF" align="center">
<td valign="top" height="2" colspan="2" > <p>
<input type="hidden" name="mode" value="postBack">
<input type="submit" name="Submit" value="确定">
<input type="reset" name="Reset" value="清除">
</p></td>
</tr>
</table></td>
</tr>
</table>
</form>
<br />
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -