jquery - Image upload plugin -


i want able upload image via ajax. after uploading plugin should show user uploaded image without reloading page. user should able crop image in case if want crop there face instead of whole photo. plugin must support coldfusion.

summary

  • user should browse image there pc.

  • the image should show in thumbnail part of html without reloading page.

  • the user should able crop part of image there actual profile pic.

if knows such plugin, please let me know. thanks

i don't think you're going able find plugin suit of needs. i've build similar functionality, every bit of had pieced other plugins or custom code. general workflow follows:

  1. user uploads image via iframe in page (ajax uploads difficult pull off).

  2. the iframe updates parent page processed image through cfm handler in iframe.

  3. using jquery plugin, jcrop, crop image, , send resulting image server when user completes form.

you're not going able find of you, recommendation start on 1 piece @ time, , ask questions progress towards final solution.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -