Click here to Skip to main content
16,019,087 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
how can i read a file from folder (~/Content/files) and put it into a HttpPostedFileBase varible.
my class

C#
public class estandardclass
    {

        public long id { get; set; }

        public string namefile { get; set; }

        public HttpPostedFileBase fileEstandard { get; set; }

        
       }


i wanna read standard100.pdf from ~/Content/files and put it in fileEstandard.
Posted
Updated 27-Dec-13 22:17pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900