If I properly understand what you want to achieve, then the answer is
yes. You can resize image client-side and post the thumbnail to
server. In order to post image data you should follow rfc2388 (it
defines how multipart/form-data should be constructed).

I've recently created GearsUploader library. It is a set of mootools
classes that can be used to do uploading with Gears, including client-
side thumbnail creation. If you don't use mootools you can pick just
GearsMultipartForm.js from this library (this class works without
moo). GearsMultipartForm is an implementation of rfc2388 in Gears and
(I hope) make it easy to emulate multipart/form-data submissions.

http://bitbucket.org/kmike/gearsuploader/wiki/Home
http://bitbucket.org/kmike/gearsuploader/src/tip/GearsUploader/GearsMultipartForm.js

On 21 окт, 03:08, AJ00200 <[email protected]> wrote:
> Can you send the Images to the local server and have the script (PHP
> Maybe) forward the thumbnail to the webserver?

Reply via email to