Quote:
Originally Posted by Pipecrew
ahhh ok! so could i put a variable right there, if i was trying to name it based off an ID? like if the id is 16, its going to be 16.jpg?
|
Yup, could be what ever you want... and a variable would be a good idea since you use basename( $_FILES['uploadedfile']['name']) in your success message as well.