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

Persist files in Session instead of temp folder

1 Answer 52 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
miksh
Top achievements
Rank 1
Iron
miksh asked on 10 Jan 2013, 05:37 PM
I wonder how easy to persist the uploaded files in ASP.NET Session instead of writing them into the temporary folder?

Btw, is it allowed to prevent writing files into the temp folder? 

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 15 Jan 2013, 11:09 AM
Hello Michael,

You could use custom handler and not save the file into temporary folder. Also you need to set DisableChunkUpload property to true.

Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
miksh
Top achievements
Rank 1
Iron
Answers by
Peter Filipov
Telerik team
Share this question
or