PDA

View Full Version : Dfp 1.1.1


xag
06-08-2009, 09:57 AM
Hello,

I'm getting an error that doesn't make sense when I have DA querystring Binding and using DFP for ASP. its returing this error


error '80020009'

/Upload.asp, line 75

line 75 is
retTempLen = cInt(UBound(qsArr) + UBound(Split(cStr(Request.Form), "&"))) + 1


It is not letting me upload anything when I put this in to do my sort function.

Ray Borduin
06-08-2009, 10:42 AM
You can't use "Request.Form" when doing an upload in ASP.

You will have to change the reference to match your upload object as mentioned in the help documentation.