Hello there,maybe someone can shed some light on a problem I'm
having...I'm trying to use the POST method to send some data to the
server and saving it .. that works perfectly in firefox and i get a
201status code as reply -- the success-callback function is called
upon..However when i do exactly the same in IE - the failure/error
callback function is called upon (when I go and check there the status
code 201 is displayed)Did anyone else ever have problems with statuscode
201 in IE ?any advice w...