Hey everyone !
i am making a website where i need that the user should upload his photo(the one like facebook, where cropping and rest can be done)
for his profile picture.
since i dont know what to code for it. but my problem is that
i want the image to be stored into my database (image path in database and image in my server folder)
what should i code for it in C# to store the image path in database and image in folder while using AJAX File Upload(Since it gives option for drag and drop and multiple file uploads)
and i also want to show the uploaded photo in a image box
please help ?