Why are my tags not being uploaded to Flickr with my photos

Hi. I have just spent days tagging my photos with people, places, and other tags in PSE 11 organiser and have just tried my first upload to flickr with a handful of images. The photos transferred over fine but none of the tagging seems to be appearing against each image although I can see it in the EXIF info. What do I need to do to get the tags over in a usable format. There is no way I am manually re tagging, adding descriptions, captions etc all over again in Flickr. Help please!

Hi Barbara,
Thanks for the reply. I have written everything to the file, I did this before I uploaded. I can see the info in Flickr but its dead EXIF data which can't be seen easy or searched on in Flickr. I have been onto Flickr and they insist it is a fault in Photoshop Elements.
If I upload the same photos with the Flickr uploaded everything goes over to Flickr fine. It just seems silly that PSE 11 has a share mechanism which does not integrate properly.
Cheers,
Lynn
Sent from my iPad.

Similar Messages

  • Why are my bookmarks not being saved locally if the save to cloud feature is disabled?

    Why are my bookmarks not being saved locally on my ipad mini if the save to cloud feature is disabled?

    They should be. If you have lost bookmarks try restarting Safari:
    1. Press the Home button
    2. Double click the Home button to bring up the "Recent Apps" tray.
    3. Touch and hold on the Safari icon in the "Recent Apps" tray until a "-" appears.
    4. Touch the "-" to terminate Safari.
    5. Restart Safari and see if your Bookmarks are back.

  • What is the story on mac vulnerability? Is it serious or not serious?  If not serious, why is this not being explained?  If serious, why are Mac users not being informed of the risk?

    what is the story on mac vulnerability? Is it serious or not serious?
    If serious, why are we not kept informed
    If not serious, why is some much anxiety being created?

    IMO, it is being greatly over-blown in the media and online.
    Man in the middle attacks require the hacker to be connected to the same intranet network that your device is.  Even if they are, unless you go to a secure site and use personal data (like passcodes) they get nothing from stealing your data stream.
    If you are at your home, on your own secured intranet, then you really have virtually nothing to fear (as long as your own home network is secured and not wide open to anybody within range).  If you routinely use a VPN connection when on public wifi, again, you are fine.  Or if you use FireFox, Chrome or another browser that implements its own SSL security, then you are fine.
    The fact is, that even for those in a particular situation that is vulnerable to such an attack, most are not actually under any such attack - it is not nearly as rampant as the recent hype would have it seem to be.

  • Why are the following not being backup?

    EtreCheck reports that the following are not backed up, what up with that?
    jmf
    Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
              /sbin excluded from backup!
              /usr excluded from backup!
              /System excluded from backup!
              /bin excluded from backup!
              /private excluded from backup!
              /Library excluded from backup!
              /Applications excluded from backup!

    That is a bug.. see
    See D10 here.
    I recommend you switch over to CCC.. it is much more reliable.

  • Why are my iMessages not being sent via wifi if I am in a wifi zone. They are coming up green (to another i phone)

    So, I am in scotland. I don't have a plan here and am on Bell (in Canada). I login to a wifi hot spot and send an imessage to my sisters I phone. It comes up as text, not imessage (and I will end up having to pay for it). WHY WHY WHY?

    I'm not entirely sure but they could have come across wifi in a restaurant but I know that then they could have answered

  • Why are certain songs not being transferred completely?

    I believe it's mostly the songs I've transferred to the hardrive of my computer that are being lost in transferring to my ipod.  I've downloaded a new version of Itunes, erased the old copy, restored my ipod, & traded one ipod in for another of the same, Classic ipod.  And it's still happening,  I believe it's my computer that's the problem.  I'm still running windows Vista Home Premium On my PC.  So I'm probably due for a new one.  Unless you guys have an answer for me.  Thanks, Paul

    , just not sure how Itunes will run in a windows pc to begin with.
    Not sure what you mean here.
    If the problem persisted across multiple iPods, that indicates an issue with the downloaded tracks that you synced to the device. Try removing/deleting these tracks from your iTunes library and PC and re-importing and/or redownloading them from iTunes (it won't cost you anything).
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    B-rock

  • Why is our podcast not being uploaded in its entirety? (even though it is completely on site where feed is coming from)

    Hello,
    We are having issues with our podcast being cut short in the iTunes store.  On our site the full audio and video podcasts are accessible, but within iTunes the audio podcast is being cut at 30 minutes (the entire episode should be 1hr 15min).  The video podcast in iTunes is working fine.  This happens randomly and does not seem to correlate with the actual file on our servers, since the complete file is accessible there.
    This is a huge issue that needs immediate help.
    Thanks.

    Never mind, it somehow fixed itself. At least the itunes store did, but my ipod nano is still not able to sync.

  • Why are JSP pages not being processed on iPlanet Web Server 4.1.

    JSP's have been enabled under the Servlets tab and the Path variables have been set on the Configure JRE/JDK page as recommended. Servlets are running but JSP's are NOT. Any ideas as to why JSP's are not running?

    Stephen,
    You need to install and point iWS to an external JDK as well.
    Try these instructions below and see if this works for you:
    1) Install your JDK. Make sure that all OS patches needed by the JDK are installed.
    2) Verify that the JDK installed correctly by going to /<JDK_INSTALLATION_HOME>/bin/java -version You should see version information if the bits are working properly.
    3) Install the webserver. When prompted to use the included JRE or to use an internal JDK, choose to use the internal JRE. DO NOT specify an external JDK during installation.
    4) Startup the Admin Server instance at /<server root>/https-admserv
    5) Access the Admin Server through the web interface.
    6) Go to Global Settings | Configure JRE/JDK Paths.
    7) Click on the JDK button and enter into JDK Path the path to the top level of your JDK path, ie /usr/jdk12205a. Leave the JDK Runtime Libpath and JDK Runtime Classpath field blank. Click OK, Save and Apply. If you encounter a problem when clicking OK, close out your browser and stop and start the https-admserv instance from the command line.
    8) Stop and start the Admin Server instance.
    9) Startup the webserver instance at /<server root>/https-<instance>
    10) Create a servlet directory under /<server root>/docs
    11) Copy HelloWorldServlet.class from /<server root>/plugins/samples/servlets/servlets/HelloWorld and place them      in your servlet directory.
    12) Copy HelloWorld.jsp from /<server root>/plugins/samples/servlets/jsp.092/HelloWorld and place them in your document root.
    13) Access your webserver as a client and hit the HelloWorld servlet using the URL      http://<myserver>/servlet/HelloWorldServlet
    14) Access your webserver as a client and hit the HelloWorld jsp using the url http://<myserver>/HelloWorld.jsp
    15) Your webserver is now running servlets using the JDK.
    Keep in mind: Do not specify the JDK path during the installation.

  • Why are my subscriptions not being sent to my email?

    I checked my subscription settings and I have it set to receive email immediately for threads I'm subscribed to. But I receive no emails even after checking the threads and seeing that there are replies. Any ideas why this is happening?

    Hi Bluesygirl!
    See this Topic Is anybody else not getting subscription e-mails?, for one.
    ali b

  • Why are my tags not syncing for a shared email account? IE One person tags an email as "Work" but it does not show on other users Thunderbird.

    Subject says it all for the most part.
    A shared email account we'll call "[email protected]" is not syncing tags across other end users Thunderbird. User A will tag an email as Work but it will not sync/show on anyone else's application. I've read that Thunderbird stores tags locally now? Is there a way to sync them up to our IMAP server? Or would we have to revert to a previous version of Thunderbird (if so which)?
    Any help is greatly appreciated. Thanks

    the issue is probably that the server does not support tags..... Thunderbird stores them locally, but syncs them were the server supports it.

  • Why are my imessages not being received?

    I am not receiving any messages which are sent by imessage. I have switched my phone on and off, tried attaching it to wifi and still have not received 3 texts which were sent this morning. I have also turned off imessage but have had no joy.
    Any ideas?

    about message http://support.apple.com/kb/HT3529
    troublsehooting message http://support.apple.com/kb/ts2755

  • Why are my purchases not being succesfully transfered to another library

    Hi,
    My Dad gave me his old Ipod nano 4th which contained a different library. I connected it to my computer. I then attempted to transfer the ipod's music to my library; by clicking transfer purcheses. I did however need to use his password in order to authorize my computer for that device. It accepted the password and the music began transfering from the ipod to my main library. The problem; it did not transfer all of the songs. My ipod has 764 songs, 2.2 days worth of music. My computer has only 529 sons with 1.7 days of music. I also confirmed that some albums were not transfered just by flipping the screens to check. How can I make both my Itunes library and my ipod have the same music/library.
    Thanks and any info would help

    Any error message provided when selecting import with iPhoto?

  • Why are some texts not being received on my iPhone but are on my mac

    I just got a new iphone 5C.  A friend sent me some pics in a text and it didn't show up on my iphone.  The text and pics did show up on my mac though.  Can anyone tell me if I have something set wrong on my iphone?

    If it showed up on your Mac, that was an iMessage - not a text message as in SMS/MMS.
    Was the iMessage addressed to your cell phone number or to your Apple ID email address?

  • My contacts from my iphone 4S are not being uploaded and saved to iCloud.

    Why are the contacts that are on my 4S iphone NOT being uploaded and saved to iCloud contacts?  Yes, contacts toggle is turned to "on" on my phone.  Yes, I have updated manually while plugged in and connected to my WiFi as well as left it plugged in and locked to automatically update iCloud.  Still no contacts in my iCloud folder even though I have 379 contacts sitting on my phone.

    I'm no expert by far, but have had issues with this before.
    IMAP should allow your iPhone to remove messages from the server.
    But have you made sure both the iPhone and Outlook are connecting via IMAP?
    If your iPhone does remove the messages from the server, but your computer is using POP, then the computer may download the email before it is removed form the server by your iPhone.
    This was my issue, that my computer had already downloaded the message, and POP does not check later if it is deleted.
    If you delete a message from Outlook does it disappear on the iPhone?
    Alternativly you may need to check the email server settings.
    Who is your email provider?
    They may be able to check if IMAP allows you to remove emails.

  • HT5824 my pictures are not being uploaded to my icloud account?

    my pictures are not being uploaded from my iphone 3g to my icloud account? Why?

    contact the developer?

Maybe you are looking for

  • Built-in restore session hangs/freezes with too many tabs in Fx 29

    Hi, I've used the Session Manager add on for awhile, ever since a previous 'upgrade' to Firefox tended to not save sessions after a crash. The upgrade to version 29 has rendered Session Manager unusable, as documented here: https://support.mozilla.or

  • Playlist order on iPod not same as iTunes

    I have a 80-ish song playlist. I will occasionally go into the list in itunes and re-shuffle it. On subsequent sync's however, the ipod will revert to the old shuffled order which does not match the itunes order. I have tried copying the playlist and

  • Variant/Sales Order Costing: Plz suggest

    Hi Gurus, My scenario is that the company is making machine tools - A machine is assembled from about 60 sub-assemblies (60 sub-assemblies in BOM). Which can be produced in-house or purchased. Each of these sub assemblies have further child sub-assem

  • IChat and iSight/Photobooth

    I'm sure this topic has been covered but I can't find anything that seems to be helping me. I just recently upgraded to 10.5.4 and ever since my built-in iSight camera has completely stopped working. When I open Photobooth the image area is gray, and

  • SDM account got locked, how to unlock

    Hi Guyz, My SDM account got locked after 3 attempts to login into my SDM RemoteGui. Please advice me how to unlock & login to my SDM Remote Gui. Regards RAJ