I have a doubt, there is control <asp:FileUpload ID="ImagenArchivo" AllowMultiple="true" runat="server" Width="132px" />
and it has activated the selection of multiple files but when I get that information in my code vb only takes the first selected file and ignores the others, I have had conflicts and I do not know how or because this phenomenon happens, will it be the version of the aspx or vb?