News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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