How to send/receive a URL encoded file in a elgg web service

In my elgg service, I have a parameter called file_cntent which is supposed to receive file content. In my html form, I have a input#file with name file_content. But my actual php methid receives onle the file name fr file_content parameter.

I want to receive the file content. How can I do it?