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?
Hello Danenatoli,
I hope the information provide from Miro is helpful. Were you able to resolve your issue.
For any further questions that you might have do not hesitate to contact us.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
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