PDA

View Full Version : YUI formUpload question when enctype is set



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...

Domitian
21 Feb 2007, 9:38 PM
Nevermind, if I would bother to RTFM I'd have my answer. Thank you for your patience. For those of you who are wondering the answer, here's the link http://developer.yahoo.com/yui/connection/#upload