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

uploading big files into sql server using RAD asynchronous upload

1 Answer 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Johnny
Top achievements
Rank 2
Johnny asked on 28 Jul 2011, 12:06 PM
I use RAD async upload control.
how to convert that file into byte using async upload control.
and how how to convert big files into bytes and store into sql(file size 300MB)


  

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 29 Jul 2011, 02:08 PM
Hi Johnny,

Thank you for contacting Telerik Support.

Please consult with the following demo. Please review the Handler.ashx.cs file.
It is not necessary to use a custom handler to upload directly into the database. By using the FileUploaded server-side event, it is possible to access the file after a postback.

I hope this helps. I will be glad to assist you further.

Greetings,
Peter Filipov
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Johnny
Top achievements
Rank 2
Answers by
Peter Filipov
Telerik team
Share this question
or