Rank: Newbie Groups: Member
Joined: 6/30/2009 Posts: 7
|
By default when a user clicks outside of the AJAXUploaderProgressDialog during an upload, he receives a static message that an AJAX Uploading Session is in progress. I want to give a different message. How can I change it?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to set the uploader's ClientSideOnError to a JavaScript function name. Inside that function you will display your custom error message. The function's argument list is predefined. See here for more details: http://doc.essentialobjects.com/library/1/jsdoc.public.handlers.clientside_error_handler.aspxIf you have not used our client side JavaScript interface before, you will need to go over this topic first: http://doc.essentialobjects.com/library/1/clientapi_howto.aspxThanks
|