I m Registring a web user through web browser. While registing this user I also created their detail document with their Name, Address, Contact details…
Basically we want to create a job search websites. so the whole details like resume headings, upload your resume…
Similarly I also want to upload photographs of the user. How and what tools we may use to create this…
Use the file upload control to enable users to upload their resumes and photos. The only downside is that the file upload control uploads one file at a time. You can place two file upload controls on your form, one for the resume and one for the photo.