S
Sagar
Hi, I wrote this simple code to use the ASPUpload component within my
asp page. I have ASPUpload 3.0 installed.
The problem is, Iam not able to access the Form collection items with
the Uploader object.
Can anyone help ? Heres the code.
<%
Dim Uploader
Set Uploader = Server.CreateObject("Persits.Upload")
Response.Write Uploader.Form("p1")
'// --> doesnt return anything, the Uploader.Form count is found to be
0
%>
<FORM method="POST" ENCTYPE="multipart/form-data" name="Event_Group"
action="upload.asp">
<input type="text" name="p1" id="p1" value="hey"/>
<input type="submit" />
</FORM>
asp page. I have ASPUpload 3.0 installed.
The problem is, Iam not able to access the Form collection items with
the Uploader object.
Can anyone help ? Heres the code.
<%
Dim Uploader
Set Uploader = Server.CreateObject("Persits.Upload")
Response.Write Uploader.Form("p1")
'// --> doesnt return anything, the Uploader.Form count is found to be
0
%>
<FORM method="POST" ENCTYPE="multipart/form-data" name="Event_Group"
action="upload.asp">
<input type="text" name="p1" id="p1" value="hey"/>
<input type="submit" />
</FORM>