This is a migrated thread and some comments may be shown as answers.

HttpHandlerUrl with ChunkUpload

1 Answer 63 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 09 Dec 2015, 07:57 PM

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?

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 14 Dec 2015, 09:36 AM
Hi,

Unfortunately it's not possible to use Chunk upload without a temp folder, and we can't provide a workaround to this, that you can use.

Regards,
Bozhidar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Michael
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or