Search code examples
javascriptjquerycoldfusionuploaduploadify

Image uploading that doesn't fail


Is there a plugin out there that will take an image that is uploaded and resize it to a smaller size so it doesn't fail in the upload process. Basically I have a need for an avatar and the users are uploading various images that are huge from their digital cameras and they tend to be about 2mb or bigger which causes the script to fail... Is there a jQuery plugin that can help me out? I kind of want if to work like the Facebook uploader where it doesn't fail. Any ideas?

By the way this a ColdFusion script, but my expertise is not in ColdFusion so I was hoping jQuery could help.


Solution

  • Javascript cannot resize images. For that you'll need Flash or java.

    Flash upload image resize client side