Quote Originally Posted by Ajeh View Post
Add an Option Name, such as UPLOAD ... with the Option Type of: File

Then add the Attribute to the Product using the:
Option Name: UPLOAD
Option Value: TEXT [RESERVED FOR TEXT/FILES ATTRIBUTES ONLY]

The files will appear in the directory:
/images/uploads

And be numbered ... these numbers are NOT the orders_id they are the number of the Upload as they happen ...

This will correspond to the number in the Order that says the actual filename that the customer loaded to you ...
One last question on this topic. As described, the uploaded files are saved as 1.jpg, 2.jpg... Also as described, the order email lists the files as 1.image1.jpg,2.image2.jpg, where image1.jpg is the original, uploaded filename. Is it possible for the uploaded file to be named the same as the file listed in the order email: 1.jpg is uploaded and saved as 1.image1.jpg (again, 'image1' represents the original filename). Thanks.