hi..
i made an http client in java, it's able to send a GET or POST request..
my problem is.. when i send a POST request, i'm not able to get the request's body under CF. The body does not contains formfields or things like that.. just some XML data.
when i dump cgi vars, CGI.CONTENT_LENGTH is...
i just finished a tool that imports and exports XML data to and from a database..
i used the XMLFormat function to export .. i don't know which function to call to get the "normal" text back from my XML file..
Hi all,
i was trying to create some "objects" under <cfscript> to see if cfscript supported it.. and i saw the same way than javascript doesn't work, for exemple :
function createDomNode(name,content) {
this.name = name;
this.content = content;
this.type = ""...
hi,
i made an applet to upload a file from the client to a server using ftp, after the upload i need to register the file in a database, how could i connect to the database without RMI, servelet, etc. The database isn't on the same server that the applet.
My applet is signed with full...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.