View Single Post
Old November 29th, 2005, 11:31 AM   #3 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,683
well line 55 of image-inc.php has not changed in many many versions nor has the function

$check = move_uploaded_file($tmpname, $dst_file);

As far as uploading files of the same name you not suppose to be have the images the same name on the 6 boxes on upload.

Now the bulkupload code already has the ability to rename images but its just for one cat. So this should solve the issue of moving images.

In uploadproduct.php delete this

Code:
Content visible to verified customers only.
Then the script should rename any files you upload.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote