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

Upload to database FileBrowserContentProvider?

6 Answers 105 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 18 Nov 2008, 05:13 PM
It would be very nice if Telerik modified the RadUpload to allow us to use the FileBrowserContentProvider to override the methods and save / load directly from database as we can now with the imagemanager and others in the RadEdit control.  

Has anyone heard anything about this or a good way to upload directly to DB using the RadUpload (all the stuff that came up in my search is over a year old).

6 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 18 Nov 2008, 05:24 PM
Hello AyaNova,

This example demonstrates how to upload images in the database (apart from everything else). It is using the SessionDataSource control but that can be easily converted to SqlDataSource control.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
JC
Top achievements
Rank 1
answered on 18 Nov 2008, 05:33 PM
Interesting, thanks Albert, all the other stuff I came across showed saving to disk first and then reading back to insert in the database, from what I can see of that example the files are not written to disk but cached somewhere? (I don't see any path's specified anywhere in that code)

(I'm trying to avoid end users having to set rights for file upload directories etc)
0
Atanas Korchev
Telerik team
answered on 18 Nov 2008, 05:40 PM
Hello AyaNova,

This example stores the image file in the database. However the changes are not committed to the database for the sake of the example (due the fact it uses SessionDataSource). So yes, in this example the files are saved in the session. However if you replace the SessionDataSource with say SqlDataSource you would be able to commit the changes to your database.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
JC
Top achievements
Rank 1
answered on 18 Nov 2008, 05:49 PM
Hi Albert, not quite what I wanted to know: Does that example involve at any point the file being saved to disk or is the file held in memory when it's uploaded. I want to know what would be required for security permissions at the file server.  

I know how to handle the database part and it appears that the file is obtained from the control, what I want to know is does that control at any point need to write to the file system in order to support uploading?
0
Atanas Korchev
Telerik team
answered on 18 Nov 2008, 06:11 PM
Hello AyaNova,

ASP.NET file uploads are stored in a temporary location which does not require setting any permissions.

I hope this helps,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
JC
Top achievements
Rank 1
answered on 18 Nov 2008, 09:24 PM
Perfect, thank you Albert.
Tags
Upload (Obsolete)
Asked by
JC
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
JC
Top achievements
Rank 1
Share this question
or