views:

355

answers:

1

I have a flex form that gathers information using URLVariables, URLRequest and navigateToURL which sends the data to a Coldfusion page that process the information and generates a PDF. Everything is working great for 99% of the user but some are reporting the form is coming up blank. Which makes me believe something on the clients end is preventing them from passing data. Has this happened to anyone else when Posting data? Possibly a firewall or flash player setting?

Windows -> IE7

Thanks for any light Shua

+1  A: 

I would check what version of Reader they are using as well. Many of times I've hit my head against the wall trying to figure out a PDF issue only to discover the users aren't at the latest version of Adobe Reader.

I've also seen stuff like this happen when the browser plug-in gets corrupted. The only solution in that case is to uninstall and reinstall Adobe Reader.

Finally make sure that the browsers are setup correctly to not allow caching. Tons of people at my job call my all the time that I didn't up a PDF when it's really their browser cache that is the culprit. Clearing the cache and setting the browser to not cache anything also fixes the problems.

In closing, I'm not too sure that the whole not receiving the URLRequest is the problem here and you should expand your search to other areas.

rip747
Ok thanks! I will continue my investigation on adobe reader
Shua