本文介绍了Flash 上传图片调整大小客户端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有人知道如何使用 Flash 调整客户端图像的大小.

Does anyone got an ideia on how to get client side image resize using flash.

示例:客户端选择一个 1200x800 的图像,在它上传之前 Flash 会将它变成一半或其他什么.

Example:Client chooses an image with 1200x800 and before it uploads it flash will turn it into half of it or something.

有什么想法吗?

推荐答案

Plupload 是开源的,有很好的文档,支持多种平台,包括 Gears 和 HTML5!

Plupload is Opensource, has good documentation and supports multiple platforms, including Gears and HTML5!

http://www.plupload.com/index.php
http://www.plupload.com/example_all_runtimes.php

啊,是的,它支持在上传之前调整图像大小.最接近 aurigma 的选项,但免费 :)

Ah, yes, it supports resizing images BEFORE uploading. The closest option to aurigma, but for free :)

这篇关于Flash 上传图片调整大小客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 07:20