thanks Bruce, but i'm still a bit confused.
option 1.
do I create a form that accepts for example two memory fields and a upload file.
the user of my service must use a post to call me.
When I receive the post I need to know that the uploaded file is linked to the two other parameters I receive in the post. I'm not sure this method will allow me that control.
option2.
Tell the user of my service to send me an xmlstring with three parms where the third one is the pdf encoded.
I don't know how to seperate the pdf file out of the xmlstring so I can decode it and store it.
Do these questions make sense ?
