Eroor in fdf object when using safari 1.3 & higher
The following is my code used for creating the fdf object..
Line 21 Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
line 22 Set FDFin = FdfAcX.FDFOpenFromBuf (Request.BinaryRead(Request.TotalBytes))
line 23 set FDFOut = FdfAcX.FDFCreate()
It works fine when opened through PC and Mac's having version 1.2 or lower . But it gives me the following error when
opened with safari 1.3 or higher
Request Object error 'ASP 0206 : 8000405'
Cannot call Binary Read line 22
cannot call BinaryRead after calling Request.form collection.
Please will someone help me out with this ..
thanks in advance
chocobabe100
|