proggybilly
Programmer
I am working on a secure emailing system using PHP and PERL. The basis of the app is to encrypt/decrypt messages and files in the background using PERL. That part is working however to avoid a possible security risk, I need to create in my PHP an option to have the file deleted after the download is complete. I have the automatic download working, I just need to figure out how to delete it once the download is complete.
Any ideas?
Any ideas?