i've posted this on like 5 different boards I figured for sure I could get some help here....does nobody know what this is?!
i'm trying to get mine working and I can't figure it out. i'm having problems with these 3 lines of my "uploader.php" file
$destination_name = htmlspecialchars(stripslashes_gpc(trim($_POST['destination'])));
$destination = $Settings['incoming_directories'][$destination_name]['path'];
$url_path = $Settings['incoming_directories'][$destination_name]['url'];
right now it won't upload
if I change 'path' (middle row - line 31) it'll upload but to the /upload/ directory and not the one I want it to go to. in addition to that I get a
Notice: Undefined index: in /var/www/html/upload/includes/uploader.php on line 31
message.
link to upload page if you want to see it do nothing.
help via AIM would be great but any help is appreciated. thanks.
i'm trying to get mine working and I can't figure it out. i'm having problems with these 3 lines of my "uploader.php" file
$destination_name = htmlspecialchars(stripslashes_gpc(trim($_POST['destination'])));
$destination = $Settings['incoming_directories'][$destination_name]['path'];
$url_path = $Settings['incoming_directories'][$destination_name]['url'];
right now it won't upload
if I change 'path' (middle row - line 31) it'll upload but to the /upload/ directory and not the one I want it to go to. in addition to that I get a
Notice: Undefined index: in /var/www/html/upload/includes/uploader.php on line 31
message.
link to upload page if you want to see it do nothing.
help via AIM would be great but any help is appreciated. thanks.