Through the website, I need to allow the user to add attachments and store them. And also add pictures and display and store them.
Share
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.
As an outline of where to start:
You will want to use the FileUpload control to allow the uploads.
A database to store which files a user has uploaded.
A display page to build the html to view the pictures / files. Probably using a repeater of some description.
Things to beware of are maximum file sizes of uploads and any security risks with people uploaded files to your server.