Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with HTTP_POST_FILES RFC

Former Member
0 Kudos

We are trying to use HTTP_POST_FILES RFC to generate HTTP message to transfer files to other party.The server side program on the other side expects "name=" parameter to be filled up in the Content-Disposition area of HTTP message.I could not include "name" parameter using the above function module in the HTTP message.

Does anybody know how to do this?

cheers

Ramesh.

1 REPLY 1

athavanraja
Active Contributor
0 Kudos

<b><i>I could not include "name" parameter using the above function module in the HTTP message.</i></b>

I guess you are including it in the request header?

When you do that whats happenning? r u getting some error? what does it say?

Regards

Raja