2.1.5 - Delete File Automatically

Top  Previous  Next

 

Delete File Automatically after uploading

 

Please read previous section "Upload Configuration" before editing the php file. In SpeedCheck_upload.php, uncomment the following line by removing the "//":

 

Default:

// unlink($my_filename);

 

Change to:

unlink($my_filename);