Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
800
Webupload documention event/args question
posted

In the server event section of the documentation the following is mentioned..

 "Only inside FileStarting you can set the serverMessage property, which than is send to the client."

If I set the serverMessage property how exactly can I retrieve it at the client? Which client method and which argument/property contains the message that I send? I'd like to send down a custom message to the client that can be used later.

I set the message and looked around in the debugger at the client but didn't see it.

Thanks, Steve