Hi,
I am trying to figure out what part of upload.php controls where uploaded images are transferred to.
is it part of this code ?
//Now we upload the file.
if (!(move_uploaded_file($_FILES['file_upload_array']['tmp_name'][$counter], $path_to_image))) {
I am trying to include the ftp username & password as part of the "albums" & "userpics" locations in the config of coppermine & then hardcode the ftp location into the upload file once coppermine has uploaded & checked it.
any help ?
thanks jeff
upload.php is not related to ftp uploads at all, only http uploads.
Joachim