I'm a bit stuck.. I'm using the PEAR http_Request to send files and data as
HTTP POST, which is working fine if I in fact have the files on disk on the
server. Just using the method addFile..

But what if the file data is only in a variable? It feels like overkill to
first save to disk, and then read it in with addFile... The HTTP POST I'm
looking at will need to add "files" both from disk and variables.

Ideas are welcome..


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to