Hi,

 

  Why don’t you write method  for deleting png .mapserver will take care about 
creating an image.I have  C# code.

The below code will delete all the files form OutputDIR.

 

I hope it helps you. Or At least you can get some idea about your task.

 

Thanks and Regards

Venkat.

 

public void Deleteimages()

{

            try

            {

                foreach (string f in System.IO.Directory.GetFiles(OutputDir))

                {

                    System.IO.File.Delete(f);

                }

            }

            catch (Exception exp)

            { }

}

 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of valerio vianello
Sent: Thursday, October 23, 2008 4:25 PM
To: mapserver
Subject: [mapserver-users] disk space

 


Dear all,

I have a demo where I'm using mapserver cgi interface. I'm using the browse 
mode so each time mapserver receive a request, it creates a temporary png on 
the server filesystem. 

Do you know how and when i can delete those temporary image since they are used 
only one time ?  

An attacker could easily  fill all the server HD  locking all the system.

Thanks

Valerio

 

  _____  

Scopri il Blog 
<http://us.rd.yahoo.com/mail/it/taglines/yahoo/ymail/SIG=11djrg460/**http%3A%2F%2Fwww.ymailblogit.com%2Fblog%2F>
  di Yahoo! Mail: trucchi, novità, consigli... e scrivi la tua opinione!

_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to