eo_support wrote:Hi,
Please try to understand and troubleshoot the code first. We do not code for you. So if you just try to copy and paste our code without trying to understand it, then we will not be able to help you further. If there is a specific part in our code that you do not understand, then explain which part and why you do not understand. In that case we will be happy to help if it falls into the scope of our support.
Thanks!
Well, I understood that I must set the parameter ClientSideOnerror: ClientSideOnError = "extension_not_allowed"
and within the tag: eo:ajaxuploader1 in my aspx code.
And so I sent it, create a javascript as the model that gave me:
<script type="text/javascript" language="javascript">
extension_not_allowed function (control, error, message)
{
if (error == "extension_not_allowed)
{
..... your error handling code here .....
}
else
{
/ / display the default message
alert (message);
}
}
</ script>
I use MasterPage, in this case your upload control is within a webcontent (content2), which also put this example that you cited.
Well, I do like to understand how to convey a message such as: Invalid file type, please select only TXT or RAR.
This is part of its support?