Web Development with Visual FoxPro
Re: Data truncated in VFP web application
03/18/2010
06:24:01 AM
2W30DPYBN Show this entire thread in new window
Gratar Image based on email address
From:
Tom Libby
To:
Rick Strahl 
Attachments:
None
Thanks Rick but I just compared the source for the one I am using with the source that shipped with VFP 9 and they are identical. I will look around on MSDN to see if there is another download but a quick search does not show any.

Thanks again
Tom


The latest version of FoxISAPI.dll should not have this problem. I believe you can find the latest update on the VFP MSDN Web site...

I haven't looked at FoxISAPI in so long I don't remember if and when this was fixed.

+++ Rick ---

I have a VFP 7 web app running on NT4 (yes NT4) using the FoxISAPI dll. Is
there a limit to the amount of data FoxISAPI can return to the VFP server.
I have a large page in which users fill in data and I am not getting back
the entire set of form data, it is always cut off at 49152 characters of
around 98000. Using Fiddler I can see that the entire form is being posted
back to the server.

I replaced the FoxISAPI dll which I believe came with VFP6 to the lasted one
for VFP 7 and I still get the data cutoff.

If anyone has a workaround for this it would be appreciated. I have the
source for FoxISAPI dll but I do not know C.

Thanks
Tom


West Wind Web Monitor