net and am just wondering if there is a method for the
file upload tag in a library anywhere ?
Thanks guys heres my code
<asp:FileUpload ID="FileUpload1" runat="server" ForeColor="white" />
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You and put one Upload Button and on click event of that button write code as below will do your task
Aspx page code
Cs file code