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!
相关问题
- Views base64 encoded blob in HTML with PHP
- How to get the background from multiple images by
- Should I wait for Flash Player 10.1 or go with Fla
- CV2 Image Error: error: (-215:Assertion failed) !s
- How to load flex swf from flash?
相关文章
- Use savefig in Python with string and iterative in
- Where does this quality loss on Images come from?
- Specifying image dimensions in HTML vs CSS for pag
- How to insert pictures into each individual bar in
- How do I append metadata to an image in Matlab?
- Img url to dataurl using JavaScript
- Click an image, get coordinates
- C# Saving huge images
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: