I'm trying to send a file via XML RPC ..... the below code doesn't
work (some HTTP error) and I cant find any samples anywhere on Google
.... can someone shed some light?
I'm trying to send a file via XML RPC ..... the below code doesn't
work (some HTTP error) and I cant find any samples anywhere on Google
.... can someone shed some light?
~ - You know you've been hacking too long when...
...in a dream, you are walking down a path (using PostScript's pathforall)
and get woken up by a closepath.
e deleflie wrote:
> Hi all,
>
> I'm trying to send a file via XML RPC ..... the below code doesn't
> work (some HTTP error) and I cant find any samples anywhere on Google
> .... can someone shed some light?
And what would that error be?
HTTP-Error: 500 Internal Server Error
I suspect that the error is irrelevant, because I have no idea how to
pass a file in an XML RPC request .... and the error was generated
from a wild guess (which is the code repeated below).
e deleflie wrote:
> Hi all,
>
> I'm trying to send a file via XML RPC ..... the below code doesn't
> work (some HTTP error) and I cant find any samples anywhere on Google
> .... can someone shed some light?
And what would that error be?
HTTP-Error: 500 Internal Server Error
This is somewhat of a generic, catch-all error. Usually means that the
server isn't configured properly, or has troubles connecting to a
database or somesuch thing.
If you have access to the server, you could check its logs.