Topic: PHP Errors are not shown
Hey guys,
currently im using your example upload.php file which is returning a json object with a nested error object if some error occurs. Now the thing is, that the user doesn't see that an error occured. The uploader shows the green check icon and on the bottom this "Uploaded x/y files" message.
I had to add some code to the uploadNextChunk function in plupload.dev.js to check if there is an error object in the xhr responseText. If so im calling handleError with the corresponding error message. This works like a charm but im not sure if this is the right way to do it.
Thanks in advance!
Cheers,
Antony