How to automatically delete files after a few days in ASP.NET?

  • Thread starter Thread starter Sean M
  • Start date Start date
S

Sean M

Guest
I made a ASP.NET application that lets you upload picture files so other people on the internet can view them. It's basically a lite version of PhotoBucket.

Does anyone know what the C# code is or where (exactly) I can find it so that uploaded pictures will be deleted after a period of time. I would like to leave them on the server a week before they are deleted.

http://www.seansbagoftricks.com/UploadPicture/UploadPicture.aspx

Thanks in advance!
 
Back
Top