how to upload photos used in registration form

Recommended Answers

All 2 Replies

hi,

First you can upload image using file upload control,
and save it in particular directory in your project.
and save only name of your image in the database.
at the time of display you simply fetch name of the image.
the entire path is store in web config and use it as a img src or img url.


- mitul modi.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.