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?

Parents
  • 1800
    posted

    Hi danenatoli,

    1. First I suppose you use UploadProgressManager. To trigger fileuploaded event you should call

    RemoveUploadInfo - public method of UploadProgressManager.

    2. Upload URL is just a dummy url which is used only in HTTPModule - to check requests which are for upload. Btw if you expect it returns 404 error.

    Thanks for using our controls,

    Miro Hristov

Reply Children
No Data