I need a way to upload a file and POST it into php page...
My php page is:
You are not using the correct HTML file upload semantics. You are just posting a bunch of data to the url.
You have 2 option here:
I'd recommend changing the java code to do this in a standards compliant way.