I'm running a web application built on Seam. I would like to have an image upload + crop component.Preferably on client side, so the image uploaded to the server would be the result of the crop. I read this can be made with Flash 10. I was thinking flex is also a possibility. Does anyone has good hints to give me, what component to choose or what is the best way to connect the backing bean I have with the flash/flex? Thank you!
Asked
Active
Viewed 8,665 times
1 Answers
1
A search for Flash uploaders shows many:
From the StackOverflow thread here:
From the StackOverflow thread here
From Google:
Check those SO threads.
If you were not bound by Flash, I would recommend using Javascript instead.
In Mootools:
- Crop with the images with CwCrop
- Upload with fancyupload.
-
Thanks for the answer! I cannot do that client side with javascript.. :/ That's why I talked about flash... – GuilhermeA Feb 01 '10 at 12:06
-
Thank you for having looked other threads here in stackoverflow. Yet, I did that too and none of the above fit the needs I described or tell me how to integrate the app I already have with the flex image upload and crop component. Most of the links above don't have the crop functionality which is a must have... – GuilhermeA Feb 01 '10 at 15:34
-
I ended up using the element-it one. Their support is just great! Thank you for the hint! – GuilhermeA Feb 20 '10 at 20:51