New file upload control
Posted by: ASP.NET Announcements,
on 22 Jun 2011 |
View original | Bookmarked: 0 time(s)
We've released a new file upload control with some new interesting features that we'll describe below.
obout File Upload
Multiple file uploadThis isn't something new, but should be mentioned. In modern browsers, where HTML5 is supported, it is used for selecting and uploading multiple files. Otherwise, a hidden flash applet is fallen back to. If that's not available, then a standard single file upload is used.
Support for normal postbacks, as well as AJAX callbacksIn an AJAX age...