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

Saving to database using radupload

1 Answer 161 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Cristian
Top achievements
Rank 1
Cristian asked on 30 May 2011, 04:55 PM
Hi, I'm new using the radControls and now I need to iimplement the radupload control, and my question that is it possible to upload files to database instead to a specific folder using  radupload? I'm using entity framework to save to database.
I hope your help or any advice to make this task. 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 May 2011, 08:18 AM
Hello Cristian,

You can use the InputStream property to access the content of the uploaded files without saving them to a temporary location. This property is useful when you want to insert the file into a database, or process its contents without saving.

Take a look at the following documentation for more on this.
How to Manipulate the Uploaded Files.

Thanks,
Shinu.
Tags
Upload (Obsolete)
Asked by
Cristian
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or