Newbee needs some help.

See all posts Reply

Newbee needs some help. new!
by Mark, 11 years, 11 months ago
Hello,
I am new to PHP programming and need some elementary support. I have a functioning CMS working on my remote server. I am trying to add an upload function where I will create both a copy of the original file, and a thumbnail.

When setting up the upload directory, I have only been able to create directories and upload within this directory: “/web/remote/class.upload/class.upload_0.31”.
How do I save my files to “/web/remote/files/”
$dir_dest = (isset($_GET['dir']) ? $_GET['dir'] : 'images/');Reply
Re: Newbee needs some help. new!
by colin, 11 years, 11 months ago
You need to show more of your code, and the log produced by the class.Reply
Re: Newbee needs some help. new!
by Mark, 11 years, 11 months ago
OK. I am still trying to figure it out myself. I'll get back.Reply