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

Silverlight upload for asp.net store in database

1 Answer 57 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mac P
Top achievements
Rank 1
Mac P asked on 20 May 2010, 10:56 PM
Hello,

I need some help her to store files uploaded via silverlight controls directly to database. Please refer to demo sample below
http://demos.telerik.com/aspnet-ajax/upload/examples/silverlight/defaultcs.aspx

I am on asp.net 4.0 with visual studio 2010.

Another question i have about using silverlight is that will it cause any issues if my entire applicaiton is on ssl (https)?

Thanks in advance
Mac

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 25 May 2010, 01:23 PM
Hello Mac P,

In order to save the uploaded files directly to a database you will need to:

1) Create a handler that inherits from  Telerik.Windows.RadUploadHandler
2) Apply database insertion logic here.

More details on how to create custom handler that inherits Telerik.Windows.RadUpload handler can be found here.

Kind regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload (Obsolete)
Asked by
Mac P
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or