Posted by Aggelos on 03/16/07 11:28
>
> First of all, a short tutorial about uploading (sending it to your server)
> files with PHP can be found there:http://www.phpjabbers.com/file-uploading-with-php-php18.html
>
THank you but my problem was that they do not do a $_FILE post, just a
$_POST of an XML string...
ANd I caught that via $HTTP_RAW_POST_DATA.
:)
Thanks for the parsing class tip though ;)
[Back to original message]
|