We are currently planning on trying to allow a user to be able to select multiple images to upload to an ASP.NET website. Can anyone give me some suggestions as to which commercial and free controls which we can use?
Requirements would be that:
-
is browser independent (works on IE, Firefox, Chrome, etc. without requiring extra download)
-
allows user to preview image(s) before selecting
- easy to integrate into asp.net
solution. -
a non javascript control (would prefer a c# based solution)
-
good API
-
UI easy to change
-
simple to develop with
Any help is appreciated. Thanks.
jQuery – Uploadify:
I’ve used this, and it’s fantastic. Not sure if it lets you preview images prior to upload, but it’s still a great tool and pretty easy to setup.