Ramco Ramco

Ramco Ramco

  • 469
  • 2.8k
  • 393.9k

File Change/Upload

Dec 9 2022 4:05 AM

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


Answers (1)