*** h@s@n@starnetwx.net escribió/wrote (12 Feb 2005 15:26:43 -0800):[color=blue][color=green][color=darkred]
>>> $cpfrom="d:\\temp\\blank_ms.txt";
>>> $cpto="./upload/junk.txt";[/color]
>>
>> Do these paths belong to the same computer? (The first ones uses \ as[/color]
> in[color=green]
>> Windows and the second one / as in Unix.)[/color]
>
> yep - should have said that -
> I'm uploading from a windows desktop to a unix server.[/color]
If your script runs in the Unix server, how do you expect it to reach your
computer hard disc drive?
If it runs in the Windows desktop, what protocol are you trying to use for
the file upload? HTTP file upload, maybe? If so you can't just "copy" the
file, you need to send a POST request and have a script up there to process
it.
--
-+ Álvaro G. Vicario - Burgos, Spain
+-
http://www.demogracia.com (la web de humor barnizada para la intemperie)
++ Manda tus dudas al grupo, no a mi buzón
-+ Send your questions to the group, not to my mailbox
--