How to upload multiple images to the web server with single button.I know there are couple of options available like flash,j query and silverlight.The problem is that there are many others things I want to do with images like upload the same image with different size (thumbnail) and want to change the image file name something like a GUID and want to store the path in database.
-
possible duplicate of Upload multiple images in one shotAristos– Aristos2012-12-17 07:39:24 +00:00Commented Dec 17, 2012 at 7:39
-
But I want some more functionality needed as mention in the question.Vimal Patel– Vimal Patel2012-12-17 10:18:13 +00:00Commented Dec 17, 2012 at 10:18
-
You ask for a mini project here, this is not a question. You must made that by your self and come back where you have been stack.Aristos– Aristos2012-12-17 10:47:44 +00:00Commented Dec 17, 2012 at 10:47
Add a comment
|
1 Answer
You can use uploadify.js for the same.
- It is light weight as it contains jquery code.
- Easy to implement.
Here is the link for the same. Uploadify
1 Comment
levelnis
I've made good use of Uploadify too, combined with imageresizing.net to generate the thumbnail image.