I've got an AsynUpload control working great with an HttpHandlerUrl. I need to use an HttpHandlerUrl because I can't write a temporary file. I need to encrypt the uploaded file before saving it to disk ever. My issue is that I can't use DisableChunkUpload = false with an HttpHandlerUrl and therefore, uploading large files becomes difficult.
Is there a way to use ChunkUpload with HttpHandlerUrl? Perhaps, I could override some function to handle the writing of chunks myself?