On Mon, Mar 12, 2001 at 10:08:57AM -0800, Jerry Lake wrote:
> copy($userfile, "/www/workbox/htdocs/audio");
>
> I keep getting the following error. the directory exists and is chmoded to
> 777, what am I doing wrong ?
> Warning: Unable to create '/www/workbox/htdocs/audio': Is a directory in
> /www/workbox/htdocs/upload.php on line 4
I'm no expert, but I would try adding a trailing slash.
copy($userfile, "/www/workbox/htdocs/audio/");
--
Jason Stechschulte
[EMAIL PROTECTED]
--
if (instr(buf,sys_errlist[errno])) /* you don't see this */
-- Larry Wall in eval.c from the perl source code
--
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]