in reply to Re: uploading a file through HTTP using multipart
in thread uploading a file through HTTP using multipart

Thanks,

However, I am having a similar problem to the one described in node 32916. I have the Multipart MIME constructed, but I cannot POST it correctly. When I do a post and then wait for the server response it hangs indefinitely. What is wrong? I think I am very close to getting it to work, I just need to terminate the multipart or something...

I do not want to rewrite the thing just so I can use some module.

Thank You.

  • Comment on Re: Re: uploading a file through HTTP using multipart