List<String> tags = new ArrayList<String>();
tags.add("leosketch");
meta.setTags(tags);
meta.setTitle(message);
u.p("starting to upload");
final String str = up.upload(new FileInputStream(file),meta);
u.p("done uploading: " + str);
Core.getShared().defer(new Runnable(){
public void run() {
FlickrUploadAction.this.context.addNotification("Done uploading to Flickr");