I have to verify if the UploadFile control of asp.net 4.5 .NET Framework like this:
<asp:FileUpload runat="server" AllowMultiple="true"/>
can be use with Ajax
without Ajax Toolkit File Upload
for uploading multiple files.
I have seen those threads :
but they are too old for my needs and they havn't give me answers.
The person who worked on the project before me said that he had a problem with this control in a previous version and he was forced to use Ajax Toolkit File Upload
.
Thank you in advance.