Uploading Error

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
AliasBDI
Forum Contributor
Posts: 286
Joined: Fri Nov 15, 2002 10:35 am
Location: Spring, TX, USA

Uploading Error

Post by AliasBDI »

I am using the Pure PHP Upload extension in DreamWeaver to upload images to the server via a php form. I am getting some permission errors for some reason. When I use this on another server, it works fine.

My server is a Windows 2003 using HELM control panel. It treats all directories with full permissions although they do not work as a normal server would work. I was wondering if anyone has encountered this type of problem?
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Have you set the correct CHMOD on the remote folder?.
AliasBDI
Forum Contributor
Posts: 286
Joined: Fri Nov 15, 2002 10:35 am
Location: Spring, TX, USA

yes

Post by AliasBDI »

The folder is set to 777 = full permissions.
Post Reply