<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
I am trying to implement PHP upload functionality for an application. 
When I attempt an upload in my test environment, I get the following
error:<br>
<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">An
error has occurred:<span class="Apple-converted-space"> </span><span
 class="red">receiving directory insufficient permission...</span><span
 class="Apple-converted-space"> </span>The upload form is reloading</span><br>
<br>
The destination file being moved by move_uploaded_file is<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><br>
/home/httpd//test/upload/uploads/1278898550-_DSC1159.jpg</span><br>
<br>
The initial file name is suppose to be<br>
<br>
<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;">/tmp/phpR1lmmc</span><br>
<br>
I am not sure what to set for Owner and Group for the "uploads"
directory nor the permissions (it is now set to 775).<br>
<br>
Many thanks for some guidance for this matter...<br>
<br>
Todd<br>
<pre class="moz-signature" cols="65">-- 
Ariste Software
Petaluma, CA 94952

<a class="moz-txt-link-freetext" href="http://www.aristesoftware.com">http://www.aristesoftware.com</a>
</pre>
</body>
</html>