Image uploader + crop

旧城冷巷雨未停 提交于 2019-12-12 02:17:07

问题


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!


回答1:


A search for Flash uploaders shows many:

From the StackOverflow thread here:

  • Flex Component
  • Building an image-viewing widget with ActionScript 3.0
  • Another
  • DeepLiquid
  • MediaBlur

From the StackOverflow thread here

  • ResizeBeforeUpload
  • AdLevy

From Google:

  • element-it
  • Sephiroth

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.


来源:https://stackoverflow.com/questions/2176317/image-uploader-crop

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!