I am trying to build a file uploader. I already have a working multi-select uploader using Flash, which works well.
I also need to build a basic uploader, which is cross platform and offers good usability. I like what Imgur uses for their basic uploader, but I don’t know how it works. This is the URL:
http://imgur.com/?noFlash
They offer the ability to select files one at a time, then have an upload button which uploads all of them.
Any idea how this works? I’m looking to build something similar in .NET.
It uses the new HTML5 attribute,
multiple: