This problem solution would be a great aid for anyone who wishes to send photos to Facebook photo albums. I haven't done any html since 2000, so I squeak when I think. Sorry. Facebook will not attach a photo's filename to the photo when it is uploaded UNLESS it is a single emailing of a single photo. Then, the photo filename is stored in the Subject: line and is received by Facebook and stored in the photo's Caption field in the Facebook album. Anyway, the idea (if possible) is to write html that would contain as many email sending sections as there are individual photos to be sent. This html should contain places for the email address (mailto? sendto?) to send the email to, a subject field, and an attachment field for the path/filename of the photo. Once the information is added to the html in my text editor (tsepro), executing the page in IE should send all of the photos to Facebook. It sounds easy enough to say, but my only experience with html in 2000 involved creating a website display of my scanned high school yearbook pages, and not emailing or attachments. I just got the idea this morning, so I am still trying to figure it out on my own, but any clues would be helpful. Hope this is interesting enough to tackle.