On Mon, Nov 20, 2000 at 10:32:51PM -0600, Chad W. Skinner wrote:
: I know when you upload a file using php the file is deleted as soon as the
: script using it completes executing. Does anyone know how to make a temp
: file on the system within a php script that is automatically deleted when
: the script completes or do you always need to delete the files manually.

According to the PHP manual:

http://www.php.net/manual/features.file-upload.php

        "The file will be deleted from the temporary directory at the end 
        of the request if it has not been moved away or renamed."

-- 
Jason Costomiris <><           |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
          Quidquid latine dictum sit, altum viditur.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to