Are there any better web languages for a web app that is designed to handle user-submitted images?
Essentially a web app that will accept user submitted pictures and be able to create albums, etc. All the features of a Flickr or Facebook Pics.
Aside from languages, is there anything else that might be different for a web app designed to handle images than a web app just handling text that I should be aware from the get-go?
Thanks.
Update:
Is there a way to handle picture resizing - on the client side - other than a Java applet - that's universal for all major browsers and major OSes?
Update 2:
So the consensus seems to be to just try various languages & frameworks and see which I like best for the particular project. I will definitely be checking out RoR & Django for starters, then if I don't see anything I like moving to PHP & some framework there. Thanks for all the advice guys, appreciate all of the answers & comments.