|
2.2.5 - PHP Advance Configuration |
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);
|