I haven't done this myself, and I'm not sure I'll have time, but I don't see any reason why it wouldn't work. You would need to authenticate the user so you can pass an auth token, and then you can read the file contents into a blob. That blob would be a payload delivered in a form-submission XHR. Just a quick search found this<http://stackoverflow.com/questions/155371/xmlhttprequest-post-multipart-form-data>which should work for a multi-part POST, or you can do a single-part post which might be easier.
Let me know if you get anywhere, and I'll try to dust off my javascript skills and see if I can find a way to make it work. -m.e. On Tue, Sep 4, 2012 at 12:59 AM, martens <cech.mar...@gmail.com> wrote: > Is there any progress about this topic? > > > On Sunday, April 22, 2012 9:35:50 PM UTC+2, Jeff Deville wrote: >> >> Hi Oliver, I'm looking to do exactly the same thing. I don't suppose >> you've had any luck in the intervening months? >> >> On Wednesday, November 9, 2011 1:52:56 PM UTC-5, Oliver wrote: >>> >>> As the gdata javascript client doesn't support [uploading to] picasa >>> web-albums, and the previous questions concerning this topic are quite >>> old, I'm having a question about the photo upload process in picasa >>> web: >>> >>> Using the new HTML5 File IO Apis (FileReader, especially), is it >>> possible to upload (one or more) photo(s) directly to Picasa without >>> any server in between? >>> >>> I am looking for a way to implement this for a chrome extension/app >>> I'm working on, and I haven't found much information about changes to >>> the API. >> >> -- > You received this message because you are subscribed to the Google Groups > "Google Picasa Web Albums API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-picasa-data-api/-/aqmIgv5UWTEJ. > > To post to this group, send email to > google-picasa-data-api@googlegroups.com. > To unsubscribe from this group, send email to > google-picasa-data-api+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/google-picasa-data-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to google-picasa-data-api@googlegroups.com. To unsubscribe from this group, send email to google-picasa-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.