posted 14 years ago
My upload works fine, but I can't get any sort of message back in the javascript from the server code.
in the .js code
myDivId = "[object HTMLDocument]"
when I put dijit.byId("myDivId").attr('content', response.valueOf()), I get "undefined"
How do I get: "Here is the message"?