Hi, I'm trying to do something that seems like it should be simple if I can find out where to look. My clients needs customers to upload image files as part of orders. All good, I know how to make that work. What I need is a more reasonable naming convention for the files than 1.jpg, 2.jpg, 3.jpg as it is now. I'd be happy simply appending the customer name, which is assumedly stored somewhere in the system, to the existing file_upload_count number.
I don't know where to add this though (possibly uploads.php?), or what the variables for the customer name are. I'm afraid I'm only a second rate programmer with limited php knowledge, but if someone can direct me I'm sure I can muddle it out.
Thanks.


Reply With Quote
