Hi, I would like to send a file via HTTP and I think good way to do it is by using the POST -method. The problem is that I can't get the posted data in server. What could have went wrong is that I am using the post method just like in the GET method. Here is a bit of my code? Could someone help me on this...
I did some stuff with this a while back (ER5)
I take it you have checked that the formating of the post is correct (this was always the mistake I made)