Search code examples
c#asp.netpicasa

how can be possible to programmatically upload and retrieve photos from PicasaWeb in C#


Is it possible to use PicasaWeb to host photos for my website? My requirement to upload and access within my ASP.NET Website.


Solution

  • Yes, technically. You can use the Picasa Web Albums Data API to access the metadata about your images and then display them from Picasa. For an album, this is not a horrible idea, but I would not use this method for your site graphics.