RE: [PHP-DB] Can't copy file to another server

2003-10-24 Thread Karen Resplendo
have wrte permission on your drive F: from the web server? -Original Message- From: Karen Resplendo [mailto:[EMAIL PROTECTED] Sent: 23 October 2003 22:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Can't copy file to another server Nope. Already tried that. Warni

RE: [PHP-DB] Can't copy file to another server

2003-10-24 Thread N . A . Morgan
A simple thing, but do you have wrte permission on your drive F: from the web server? -Original Message- From: Karen Resplendo [mailto:[EMAIL PROTECTED] Sent: 23 October 2003 22:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Can't copy file to another server

Re: [PHP-DB] Can't copy file to another server

2003-10-23 Thread Karen Resplendo
plendo ahoo.com> cc: Subject: [PHP-DB] Can't copy file to another server 10/23/2003 02:22 PM Apache on Windows web server. After file upload and validation I would like to copy it to a folder on a Win 2K Server machine. We have created the folder and shared it and mapped a driv

Re: [PHP-DB] Can't copy file to another server

2003-10-23 Thread jeffrey_n_Dyke
cc: Subject: [PHP-DB] Can't copy file to another server

[PHP-DB] Can't copy file to another server

2003-10-23 Thread Karen Resplendo
Apache on Windows web server. After file upload and validation I would like to copy it to a folder on a Win 2K Server machine. We have created the folder and shared it and mapped a drive(F:) on the Webserver to it: $AcceptedFolder= 'F:'; $AcceptedFileAndPath=$AcceptedFolder.$HTTP_POST_FILES['use