Hi,
When uploading images, I want to be able to save the uploaded file (in my website) with a different name than the filename on the PC.
For example, some user select the file "photo.jpg" but I want to save it as "photonnn.jpg" in my web site, where nnn is a sequential number.
Is there a way to set the uploaded filename?
Regards
The standard upload will save the file under the same name as the file selected. However, you can use the onafterupload event to rename the uploaded file (the name is in the parameter).