Does anyone have a basic upload script that will upload a picture without changing the quality of the picture.
(will upload to the same directory)
Thanks
Just use an upload form, get that in the PHP code using the $POST variable, and the use move_uploaded_file() to move it. It's not hard at all, if you know how to handle forms (with the $POST variable), then this should be a piece of cake.