Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
HI all,

I have an app which allows the user to upload images.
I am doing certain validations( checking Minimum no or files, Image sizes, Repeated images etc.

The users have to upload a min of 5 and max of 10 images.
I have used the File Upload Control , but the users want to select all the files and upload it once off.
I have investigated a bit around this and found some controls that uses flash, but then i am unable to do my validations.Looks like i will have to write my own controls.
This brings me to my question - can anyone please guide me to some useful links as to how it can be done?

Thanks.
Posted

From what I saw so far, I like this one: http://blueimp.github.com/jQuery-File-Upload/[^].

You can easily get a source code out of this page and learn how it works.

—SA
 
Share this answer
 
There are some excellent controls around, the one we use, allows us to specify the number of images we want, the sizes they should be, allows cropping, etc. Don't reinvent the wheel, I'm sure you can find what you want. But if you want to write something, this is a Flash question, not an ASP.NET question.
 
Share this answer
 
Comments
AnnSJ 20-Feb-12 8:37am    
thanks for your comments. i did see some flash controls, but clients are not interested in using it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900