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.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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