fileupload contol in c#

Discussion in 'C#' started by srujanac#, Aug 28, 2010.

  1. srujanac#

    srujanac# New Member

    Joined:
    Aug 28, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I wrote the code for fileupload control such that when i click browse the path of the file is being stored instead of that i need to store the uploaded file in a floder under solution explorer and the name of the file should be stored in the database.can anyone help me.


    clsAdminBLL.Saveresources(ddldocumenttype.SelectedItem.Text.ToString(), fudocs.PostedFile.ToString(),txttitle.Text.ToString(), Convert.ToDateTime(txtdate.Text.Trim()).ToString());
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice