Ok , i setup my store so that my clients cand send the picture to me for their personalised product.
The uploading to server goes ok , I find the pictures on /images/upload directory BUT .... there is a problem :
If the client is browsing the picture named pic.jpg or anyname.jpg , that picture reaches the server with name 1.jpg , next pecture with 2.jpg and so on . I see that the script renames all the pictures that my clinetd upload from their own names to numbers - acscending . Wen for exemple 10 client send (upload) me 10 pictures per day , i seen in /upload folder all that pictures renamed : 1.jpg, 2.jpg .... -> 10.jpg , and I can`t guess with picture was send by whom.
My question is : how can I set the scrit so that the pictures that are uploaded by my client reachest the upload folder with their original names and not renamed.
Thank you.



