I am using Google Gears and Desktop to select multiple images.
I reduce the size with canvas, and upload to our company web server.
(to save time, I reduce and upload instead of upload and reduce and is
working fine)

Now I have to store the thumbnailed image and the full size images at
the central server.
To don't lose the saved upload time, as I have multiple offices with a
local server for each office,
I thought to send the thumbnail to the web server, and the full size
image to the lan server and syncronize with another software.

But for "security reasons" the xmlhttprequest cant be sent to a
different server that one the javascript runing server.

I am trying to do the next :
    MyPC -> PickFiles (only one time)
    Send ThumbSize to -> WebServer
    Send FullSize to -> LocalServer

Some ideas ??

I tried with a form and an input file type, but I cant set the origin
of the input ("security reasons" again), and I won't select the files
one by one as I don't know the number of images.

Thanks to all.

Reply via email to