greatfolios sysop Posted May 17, 2004 Posted May 17, 2004 I want to install a script to allow users to upload images. I can't seem to make this work right. one of the things the script is asking for is a server path: //Full server path to the directory that holds the uploader files (MUST contain trailing slash at beginning and end) //If you are unsure of this, see the read me file $server_path = " . $server . "/maian_uploader/"; but what I get is this http://www.greatfolios.com/upload/maianuploader.php I don't get it.... (edit: ThHis works now.) Thanks in advance!!! Mr. BIll :Nerd: Quote
TCH-Dick Posted May 17, 2004 Posted May 17, 2004 full server path would look something like this /home/username/public_html/maian_uploader/ this is assuming you called the folder you placed the files in maian_uploader, if you didnt, you would just replace it with whatever foldername you used, Quote
greatfolios sysop Posted May 17, 2004 Author Posted May 17, 2004 Perfect!!! It works! Thank you!!! Mr. Bill :Nerd: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.