Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hey i'm using SoftArtisans FileUp.

Status
Not open for further replies.

stakadush

Programmer
Oct 1, 2001
195
IL
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 (-:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top