i know this is a very basic question and i know i have done it before its just htta i cant seem to track the code or get the answer on the web… let me explain…
i am uploading a image
i want the original image in one dir and i want to create a thumbnail and tore that in another dir….i plan on using class.upload (verot.net)
i wanted to know if i can move_uploaded_file twice if not how do i do it..
Well, firstly use
move_uploaded_file($tmp, $dest)and secondlycopy($dest, $dest2)Btw, your class should be able to save thumbnail by any path, different from the source image.
/me to the rescue 😉