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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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