Hi,I don't know what the current status on the new xhr API implementation is, but from what you describe it sounds like some V8 bindings may be missing. Also a quick glance at the layout test list shows there are some related broken tests.
I'd recommend filing bugs about this at: http://code.google.com/p/chromium/issues/entry You might also want to test on very latest builds to see what repros: http://build.chromium.org/buildbot/continuous/LATEST/chrome-win32.zip On Fri, Mar 20, 2009 at 3:03 PM, Andrea Giammarchi < [email protected]> wrote: > Ok, I know it's Friday :D ... but, nothing here? > > > On Thu, Mar 19, 2009 at 10:53 PM, Andrea Giammarchi < > [email protected]> wrote: > >> >> Hi there, I hope it is the right group (and sorry if it is not). >> I've tested a while the new multiple file upload feature and it seems >> to work almost as Safari except for: >> 1 - files has not indexes to get properties, files.item(N) is >> required instead of files[N] (not a problem, really ...) >> 2 - xhr events are fired only via addEventListner, xhr.onload does >> not work (as point 1, not a problem, just different from WebKit) >> 3 - fileSize is ALWAYS 0 ... this is a problem! >> 4 - loaded and position behave as FireFox 3, always 2 ... it does not >> *apparently* make sense >> 5 - there is no sendAsBinary and/or getAsBinary, but the binary >> content is not exposed when a file is sent via xhr.send(files.item >> (0)) // [object File] ... not that useful upload! >> >> Windows XP Fully Updated and Chrome 2.0.169.1 >> >> Any chance I will be able to send a file to the server? Thank You. >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
