I have two dates from and until and I want to add the filter on the file upload button:
<asp:FileUpload ID="FileUpload1" runat="server" CssClass="btn" style="background-color: #d19629;"
accept=".csv" />
If I click on that FileUpload
button show only those files that are in my date range, is it possible?