On Sat, Mar 17, 2001 at 01:16:16AM -0700, Mike Yuen wrote:
> 
> Hi, this is a repost and nothing i've tried is working.  Basically, I
> allow people to upload pictures and they all go to the proper
> directories but I can't see the picture.  I can see the pictures great
> on my windows server but no one else can see it.  Obviously the path to
> the images is screwed but I can't figure it out.  The $picdir i've tried
> are:
> $picdir = "./userpics";
> $picdir = "c:/phpweb/userpics/"
> $picdir = "/userpics";
> $picdir = "../userpics";
> All of the above don't work.   I'll post my code below:

The directory is probably not viewable from the web.  Try putting the
folder somewhere in the web tree.

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--
No, that'd be silly.
             -- Larry Wall in <[EMAIL PROTECTED]>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to