We just released a project including a nice image upload panel. The approach allows to upload images in a very convenient way.
upload images in jpg, png or gif format
file size limit
- resize the image
- ajax upload: page is not reloaded
- change oder of images by drag and drop
- delete uploaded images
- works in all browsers
Technical background
- grok based web application
- PIL (Python Image Libary) for the image resizing
- AJAX Upload
- JQuery UI for drag and drop