You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Customers on our site have the option to upload their own image for us to process.
However, if they make say, 4 different orders all with different images and all with different quantities and upload the images, I cannot tell which image is for which product as the system renames the image.
Is there a way that the original image name that the customer has uploaded stays as that name or at least prefixed on the random generated image name.
Offline
No. That would be a security risk. Each image should be tied to each order line item and will have the items's 'randid' field in it's name, with a count indicating which image for that item it is.
Offline
Thanks, yet again Nick.
I have added the field ($item['uploads']) to my internal invoice under the Item Description column, so now the random image name shows up so I can match it all up.
Offline