Hi there !!
I was trying to upload the files from browser to my server using SOFTARTISANS.FILEUP component. Here is bit of code about it..
<% Set upl = Server.CreateObject("SoftArtisans.FileUp") %>
<% upl.Path = " path.." %>
<% upl.Save %>
I am getting this error when trying to do the above mentioned things..
Request object error 'ASP 0206 : 80004005'
Cannot call BinaryRead
/mainstay.asp, line 34
Cannot call BinaryRead after using Request.Form collection.
Please help me to get rid of it..
With Thanks !!