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
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.