Yeah, i resolved, anybody need utility program upload photos to google picasa, it is free and auto upload, you can contact me or download at journeycoder[dot]com
I used google api to upload image to picasa:
Uri postUri = new Uri(PicasaQuery.CreatePicasaUri(username, "xxxx"));
System.IO.FileInfo fileInfo = new System.IO.FileInfo(file);
System.IO.FileStream fileStream = fileInfo.OpenRead()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.