what part of this file controls the place to upload to ? what part of this file controls the place to upload to ?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

what part of this file controls the place to upload to ?

Started by livelyhost.com, February 04, 2005, 01:06:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

livelyhost.com

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

cheap web hosting - www.livelyhost.com

Joachim Müller

upload.php is not related to ftp uploads at all, only http uploads.

Joachim