Check your e-mail. I attached zip with gears JS --- Željko http://skitanja.blogspot.com/
"you can't stay young forever... but you can be immature for the rest of your life" Unknown On Tue, Apr 10, 2012 at 12:40, Jordan <jgom...@gmail.com> wrote: > Some years ago I developed an application for resizing and uploading > images to my server using > google.gears.factory.create('beta.desktop'); > google.gears.factory.create('beta.canvas'); > > Recently, Google Gears arrived to end of life, stopping new functions > development. > Last week, google geas api stoped publishing, and my app stoped > working too. I had some technical problems for replacing gears. > We use this app in an restricted engine, it doesn't support HTML5 nor > Java, but supported Gears perfectly. > > I select files with the input type=file (that is not multifile with > some IE versions, the most used in our offices), > read the contect of the images, but I need to put in a canvas for > resizing and uploading them breaking in chunks > I doesn't found any canvas.decode function to read the Blob file as an > image. > > There is any place where to download the old APIs ? I can't access the > code > <script type="text/javascript" src="http://code.google.com/intl/es-ES/ > apis/gears/gears_init.js" ></script> > As the main page sais "The code itself will of course remain open > source, and anyone is free to use it." > >