Link to home
Start Free TrialLog in
Avatar of pconder
pconder

asked on

Where to save temporary internet files

I have a web site using javascript, perl, and php. I generate a graph that uses flash technology. I want to put this graph into a pdf file with other text and allow the end user to print it out. I can save the generated flash graph as a jpeg file. I can pull a graphic into the pdf file. What I don't know is where to save the graphic file. I would like to save the file on the client side. That way I don't need to worry about unique naming conventions and keeping track of numerous files. Client side I can just call the graphic the same thing each time and reference it by just one name for everyone. Is there a simple way to save this for all operating systems? I am thinking maybe the temporary internet file directory - if I am allowed to do such a thing - but I don't know how to do this. Or maybe there id a better solution for doing this?
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

You cannot include a file from the file system just like that. It is not allowed from a security point of view
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial