Hi
I want if Image already exists then it should be shown & if user wants to change that option should also be possibe
<div class="form-group col-lg-12"> <div class="form-group"> <label class="control-label">Files to Attach</label> <asp:FileUpload ID="FileUpload1" runat="server" AllowMultiple="True" class="filestyle" data-input="false" /> </div> </div>
Thanks