RE: [PHP] Re: HTML form upload works, CURL fails when uploading file from c:

2008-01-05 Thread Andrés Robinet
> -Original Message- > From: John Gunther [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 05, 2008 8:57 PM > To: php-general@lists.php.net > Subject: [PHP] Re: HTML form upload works, CURL fails when uploading > file from c: > > Well, I think I understand

[PHP] Re: HTML form upload works, CURL fails when uploading file from c:

2008-01-05 Thread John Gunther
Well, I think I understand the problem now: CURL is operating from the server so it knows nothing about C: on the client! So how do I solve my problem? I want to upload multiple files from C: to the server based on a single wildcard spec typed into an HTML form by the user. John Gunther wro