View Full Version : Temp folder for Charting
I'm contemplating using charting on my web site. A jpg for the chart is written to a temp folder before being rendered to the browser. My question is, what temp folder should I set for charting? Does a folder need to be created within my virtual web space and then set to write. Or, would charting use the server's temp folder.
Thanks
Pat
bruce
03-19-2003, 11:05 AM
Users have no access to the temp folder on the server.
You would need to create a folder within your web root to act as temp folder.
Hope this helps.
[b]quote:Originally posted by Pat
I'm contemplating using charting on my web site. A jpg for the chart is written to a temp folder before being rendered to the browser. My question is, what temp folder should I set for charting? Does a folder need to be created within my virtual web space and then set to write. Or, would charting use the server's temp folder.
Thanks
Pat
</blockquote id="quote"></font id="quote">
tourneymanagerpro
05-10-2003, 04:29 AM
The charts could be created in the \Winnt\temp directory if the IUSR_machinename was given full privileges to the that specific directory. Not that it would happen, but that is how it could be done.
Can you specify the temp directory from the app generating the chart.jpg file?
bruce
05-11-2003, 10:03 AM
Yes. It could be done, but for system administration and security sake, we do not want to allow access to the temp directory.
For instance, if one user write some files to the temp dir and forgot to remove it, it can be a potential security problem.
It should be equally easy if user designate a directory in their webspace to be used as temp dir.
[b]quote:Originally posted by tourneymanagerpro
The charts could be created in the \Winnt\temp directory if the IUSR_machinename was given full privileges to the that specific directory. Not that it would happen, but that is how it could be done.
Can you specify the temp directory from the app generating the chart.jpg file?
</blockquote id="quote"></font id="quote">
bkagan98
08-01-2003, 05:06 AM
Hello,
I am using a component for creating charts on fly. This component is using a temp folder with pre-defined name. This is fine - I can easily create such folder in my web space. But it also requires that ASPNET user must have read/write access into this folder. How I can make it? Is it possible?
Thanks,
Boris
bruce
08-03-2003, 12:28 AM
The anonymous user already has read write permission to your web space. (Unless you have FrontPage extension installed)
Give it a shot, if it gives an access deny error, drop support an email.
Hope this helps.
[b]quote:Originally posted by bkagan98
Hello,
I am using a component for creating charts on fly. This component is using a temp folder with pre-defined name. This is fine - I can easily create such folder in my web space. But it also requires that ASPNET user must have read/write access into this folder. How I can make it? Is it possible?
Thanks,
Boris
</blockquote id="quote"></font id="quote">
vBulletin® ©Jelsoft Enterprises Ltd.