Upload files directly in a database using the RadUpload control

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 23 Nov 2012 Link to this post

    Requirements

    RadControls version Q3 2012
    Silverlight version 5
    Visual Studio version 2010
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    The project demonstrates how to use the RadUpload control to upload selected images directly in a database. In the example the UploadHandler implementation is modified to create a SqlConnection to a local database and upload the files in it. As soon as the upload operation finishes successfully, the uploaded images are visualized on the client side.

    Please note that in order to successfully run and test the solution, you need to update the connectionStrings defined in the Web.config file to match the path to the database on your environment. Also, you need to make sure that the Web project is set as the start up project of the solution.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.