This is a discussion on Image_timeStamp within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; This file is a fix since the upload.php did not work with my RC1. Really though you don't need to ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| GOTO catalog/admin/includes/classes/upload.php FIND: $this->set_filename($file['name']); REPLACE WITH: $now = date("YmdHis"); $this->set_filename($now . '-' . $file['name']); YOU DONE. If its to complicated, I have attached the file. Just replace your upload.php provided you have never modified it. More...
__________________ Michael Sasek osCMax Developer
|