Image Uploader using AjaxFileUpload and ModalPopup in ASP.NET
Hi Guys, This time I made a image uploader using AjaxFileUpload and ModalPopup in ASP.NET, but I added the functionality of viewing the thumbnails of the uploading images which was not available in AjaxFileUpload. And when you click on delete button of the uploading images the thumbnail also gets removed. I did some styling to make the image uploader look good. Hope you like it. Before you Start, 1) Any version of Visual Studio Step One : The Solution First create a WebSite as following. Step Two : Code and Styles Open the Styles.css and paste the following css, .Modal { -webkit-box-shadow: rgba(0,0,0,.2) 0 4px 16px; box-shadow: rgba(0,0,0,.2) 0 4px 16px; -webkit-user-select: none; background: #fff; border: 1px solid #acacac; color: #000; position: absolute; z-index: 2101; outline: none; height:auto; font-family: arial,sans-serif; font-size:small; } .Header { -webkit-user...