Topic: Do not alert error message.
Hi,
I want to have a custom error handler. What I see in the code, the plugin will always alert error messages of two types : FILE_SIZE_ERROR and FILE_EXTENSION_ERROR
Is there way to unbind predefined error handler and bind my own? (Actually I do, but I see the alert before my own error message.)
Thank you