coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: livelyhost.com on February 04, 2005, 01:06:44 AM

Title: what part of this file controls the place to upload to ?
Post by: livelyhost.com on February 04, 2005, 01:06:44 AM
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

Title: Re: what part of this file controls the place to upload to ?
Post by: Joachim Müller on February 04, 2005, 10:51:08 AM
upload.php is not related to ftp uploads at all, only http uploads.

Joachim