Jump to content
Software FX Community

RE: How to remove CfxTemp/ image files


Software FX

Recommended Posts

Hello,

We provide a tool called SfxRemove that can be setup to remove these files. Please review the ChartFX IE Help file for a detailed explanation of how to use this utility.

IMPORTANT NOTE:

In an effort to provide the most advanced solutions in conjunction with

the most comprehensive technical support structure, Software FX will

implement a Paid-Support Program beginning January 1, 2001 for all

existing and future Software FX application users. The specific details

of the Paid-Support Program will be released in an upcoming broadcast

e-mail, as well as on our website. Please be aware that the online

technical support web site at http://support.softwarefx.com will continue

to be available without charge.

Justin Trask

Software FX

Please reply to: cfxie@softwarefx.com

-----Original Message-----

From: Kyong-yong Yu [mailto:iriws@hotmail.com]

Posted At: Friday, December 01, 2000 1:24 AM

Posted To: Server

Conversation: How to remove CfxTemp/ image files

Subject: How to remove CfxTemp/ image files

Hi.

I have installed and tested the trial version of ChartFXIE2000 on Windows

2000 Server with IIS5.0.

I've integrated a chart in an ASP page using the following sample code and

the testing was good.

<!-- #include virtual="/Include/CfxIE.inc" -->

<%

Set chart = Server.CreateObject("ChartFX.WebServer")

Chart.LoadDefault 1

chart.RgbBk = RGB(255,255,255)

chart.TypeEx = Chart.TypeEx OR 32768

chart.OpenDataEX COD_VALUES,2,6

For i = 0 to 2

For j = 0 to 5

chart.ValueEX(i,j) = j * i

Next

Next

%>

<%= chart.GetHtmlTag("500","350") %>

<%

chart.CloseData COD_VALUES

%>

But, when I see the chart in an ASP page, the image file is created in the

wwwroot/CfxTemp directory and stay there forever!

As time goes by, many cfxie2k files are piled up in the CfxTemp directory.

How can I prevent cfxie2k files from being created?

Is there any method that destroys ChartFX.WebServer object and its created

files?

Thanks in advance.

--------------------------

Kyong-yong Yu

iriws@hotmail.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...