Closed DanielFris closed 8 years ago
@DanielFris i had some problem today, but sucessfully debugged. You should add this function into your file (or somewhere else):
function escapeTags( str ) {
return String( str ).replace( /&/g, '&' ).replace( /"/g, '"' ).replace( /'/g, ''' ).replace( /</g, '<' ).replace( />/g, '>' );
}
After it will not fire "onError" event when upload was successful.
Not sure. onComplete fires but onError takes over and outputs. Using almost exact example code