Question

Need some proven advice / techniques...

Think, youtube...

We are struggling with uploading large video files through ASP. Have tried Ajax, normal post file upload, all the different techniques for timeouts etc, but just cant get a good solution going...

Are there any 3rd party controls that can do the job in a consistent error free manner? We keep on battling with browser timeouts.

Thanks in advance.

Was it helpful?

Solution

General technique would involve splitting the file into chunks, saved in temporary directory and then merge them when upload is complete. For commercial solution you can check Telerik's RadAsyncUpload Component.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top