captureFile is deprecated now, use Blob and httpRequest class to achieve same functionality in all browsers
http://code.google.com/apis/gears/api_localserver.html#FileSubmitter for more details. Also I recently updated my application code to no longer use the deprecated methods and I posted a small steb by step tutorial on this group. On May 5, 4:10 pm, Diogenes Duarte <[email protected]> wrote: > I have an app using captureFile method and it's working fine on firefox, but > crashes in I.E. It's the same code in both browsers, and in I.E shows an > alert that says: "Object Error". In the end, the function doesn't work. > > Any idea why this is happening? > > thanks for attention.
