求求帮助.........上传不可以超过100K???
这是接受编辑器传过来的一些代码
<%
' 如果编辑的内容很多,上传速度太慢,请设置以下的时间,单位秒
'Server.ScriptTimeout = 600
Dim sContent1, i
For i = 1 To Request.Form("content1").Count
sContent1 = sContent1 & Request.Form("content1")(i)
Next
Response.Write "编辑内容如下:<br><br>" & sContent1
%>
我有2个问题
第1为什么要加For i = 1 To Request.Form("content1").Count
next...
不可以直接 response.write ..我试过也可以 为什么要这样加.
我是eWebEditor2的编辑.. 编辑不可以有超过100K的图片
如果我要用超过100K的图片
可以怎么做..请各位高手指教..