Topic: Show upload.php errors
Hello, my plupload is working fine, the only problem is, the errors i get in upload.php, for example:
die('{"jsonrpc" : "2.0", "error" : {"code": 100, "message": "Failed to open temp directory."}, "id" : "id"}');
They are not appearing in the page where the Widget is located. How can I alert the "message" item from the error in my widget page? Thank you very much. Other than this everything is perfect, i just need to alert these kind of errors.