I am using Uploadify to upload files. Problem is, I need to inform users of any error during processing of those files.
Uploadify has onError, onComplete, and onAllComplete even handler but I do not know how to trigger these events so that users are informed of what is going on.
Do I need to send JSON string? There is a clue here and here and here but I couldn't make it to work. Perhaps the posting in the forum is outdated.
Anyone got any example that works for Uploadify 2.1?