Domitian
21 Feb 2007, 5:56 PM
I'm trying to determine if a responseHeader is passed back to the connection.js class when the file is uploaded. Based on stepping through the code, I've been unable to determine if this is the case. The reason I'm doing this is that my error class on the server is sending a response status of 5555 when the user hits an error. This technique works for the rest of my application via POST and GET, but I think my responseHeader is getting wrapped when it passes through the upload method in the connection.js. If anyone can help that would be awesome. Thanks...