views:

27

answers:

1

Hello! I want to ask how to upload file to some hosting server ( for example mediafire )?? I know that I must use something called POST/GET, but I don't know relly how to use them :/ I programming in Java,C++,C#,PHP so if you want write some small piece of code in these languages.

+1  A: 

Look up "HTTP POST request" in the documentation of your relevant language.

Ofir