I have a problem with an Image upload script - help!

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SectionX
Forum Newbie
Posts: 1
Joined: Sun Mar 28, 2004 1:07 pm

I have a problem with an Image upload script - help!

Post by SectionX »

it's all fixed now.
Last edited by SectionX on Mon Mar 29, 2004 7:35 am, edited 1 time in total.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Move the images to another folder during the upload process. One within the public web root. In most cases, the tmp file dir is restricted from the web.
Post Reply