Re: [PHP-DOC] CURL multipart form post doesn't upload file

2004-01-11 Thread Gabor Hojtsy
Hi Andre! As the name of this mailing list suggest, it is established for people working on the PHP documentation. Please ask support questions at [EMAIL PROTECTED], or if you are not keen on mailing lists, see http://php.net/gethelp for more information. Goba > Hello, > > I really hope somebod

[PHP-DOC] CURL multipart form post doesn't upload file

2004-01-10 Thread Andre
Hello, I really hope somebody can help me. On many pages this problem is told, but no one has a solution Attempting to upload image file using libcurl http multipart post. All I get is the file name stuffed into the variable I would expect the temporary file path to be in. No file is uploaded. R