Uploadify: show error message from HTTP response
问题 If the server returns an error (HTTP response code != 200) when uploading a file with Uploadify, the uploaded file gets a red background and a message is show like this: file.jpg (52.78KB) - HTTP Error indicating that there was a HTTP Error. But that's not very useful to the the user. How can I make it show a more detailed error message? Like: 'Not a valid image' or 'Quota full'? I was thinking of passing those messages in the HTTP response body, but Uploadify doesn't pick them up. Is there a