hey
i'm using SoftArtisans FileUp. it works fine except when putting large data in text forms. when the data inside the textarea is too big i get the following error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Form'
/Admin/Content.asp, line 20
here are lines 19 & 20:
Set objFileUpload = Server.CreateObject("SoftArtisans.FileUp"
strToDo = objFileUpload.Form("td"
any ideas?
thanks (-:
i'm using SoftArtisans FileUp. it works fine except when putting large data in text forms. when the data inside the textarea is too big i get the following error:
Microsoft VBScript runtime error '800a01fb'
An exception occurred: 'Form'
/Admin/Content.asp, line 20
here are lines 19 & 20:
Set objFileUpload = Server.CreateObject("SoftArtisans.FileUp"
strToDo = objFileUpload.Form("td"
any ideas?
thanks (-: