Hi Sudipto,
When DisableChunkUpload is set to true file is uploaded at once into the memory and it does not exists on the file system. When DisableChunkUpload is set to false file is uploaded on chunks. All chunks are written in the temp file. Size of chunks is controlled by ChunkSize property.
Note that in both cases Handler's Process method is called once after the file is uploaded in the memory or after it is uploaded in the temp folder.
For larger files try to add MaxFileSize for the RadAsyncUpload or increase the execution timeout.
Regards,
Hristo Valyavicharski
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.