smallProgrammer
smallProgrammer

Reputation: 1

Upload files to hosting servers

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.

Upvotes: 0

Views: 259

Answers (1)

Ofir
Ofir

Reputation: 8362

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

Upvotes: 1

Related Questions