Zitat:
Zitat von dillusions
?????
|
Du beschreiben müssen was du genau wollen!
Habe ich hier S***** in Pseudo-Code:
Code:
const http_addr = "www.test.com/pseudo";
function hochlade(s*****) {
var connection = new httpconnection(http_addr);
connection.post(s*****);
}
function s***** runterlade() {
var connection = new httpconnection(http_addr);
return connection.get();
}
Das ist was du gesuchen?