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
575
Custom httphandler and upload route
posted

I am attempting to write a custom http handler and use my own upload url to get the upload control to upload to an input stream rather than store a temporary file.  I have gotten most of it working however there are two things I can find in the documentation.

1. What needs to happen for the fileuploaded event to trigger? Is it something to do with the response from the httphandler regarding the status of the upload?

and

2. What response does the control expect back from the upload url call?