Photos from an absolute URL

Hi,
I am making a photo gallery and it works perfectly fine, but
I would like to host my images in a different place to where the
actual gallery code is. For the thumbnails it is quite simple to
change the SRC property to an absolute domain name i.e.
<img id="tn{ds_RowID}" alt="thumbnail for {@thumbpath}"
src="
http://www.domainname.co.uk/galleries/{dsGalleries::@base}{dsGallery::thumbnail/@base}{@thumbpath}"
width="24" height="24" style="left: 0px; right: 0px;" />
The problem arises with the main image - I have tried
different combinations with the base properties with no success,
does anyone have a solution?
Thanks
Mark

You can use 3rd party software, such as Yamipod, to move non-iTunes purchased music to your computer.
Try this link for your photos: http://www.ehow.com/how4451862photos-ipod-pc-pc-ipod.html
Just remember if you synced your photos to your iPod they are going to be thumbnails and look pretty poor on your computer.

Similar Messages

  • Submitting a form data to an absolute url from an h:form?

    I am using <h:form> in a jsf file.
    I need to submit this form to an absolute url. How to accomplish this? I cannot do this way (code at commadButton).
    <h:form prependId="false" id="form2">
              <h:panelGrid columns="2">
              <h:outputText value="Applicant Name: "></h:outputText>
              <h:outputText value="#{appbean.applicantName}" id="name"></h:outputText>
              <h:outputText value="AAMC ID" />
              <h:outputText value="#{appbean.aamcId}"></h:outputText>
              <h:outputText value="Applicant EmailId" />
              <h:outputText value="#{appbean.email}"></h:outputText>
              </h:panelGrid><br>
              <h:inputHidden value="3453323242324" id="Identifier"></h:inputHidden>
              <h:inputHidden id="Order_Items" value="0"></h:inputHidden>
              <h:inputHidden id="Order_Price" value="50"></h:inputHidden>
              <h:inputHidden id="Order_Checksum1" value="9233"></h:inputHidden>
              <h:inputHidden id="Order_Checksum2" value="2623423"></h:inputHidden>
                    <h:commandButton action="absoluteurl?" />
                     </fomr>So what I thought was submit the form to a new page "result.jsp" In result.jsp I used response.sendRedirect(). The absolute url will process the form data.Can you please helpppp..

    Hi Sri,
    You will need to have a Show item for the form as the users will need to be able to view the contents of the form.
    Darin's idea for the email is a good one. You should create a group for all the intended recipients of the email and then configure them to receive notification on updates to the directory that you specify your XML forms to point to.
    SAP library has the answers.
    http://help.sap.com/saphelp_nw04/helpdata/en/3b/e5f85dae7d8a49bffd2cbc255197f0/content.htm
    Cheers
    Daniel

  • Absolute url from h:form

    I need to send form data to an absolute url which is a jsp page out of my application.
    What should be in the attribute of CommandButton for this?
    Any help is greatly appreciated.

    Dear Sir, I have read your articles in your blog. http://balusc.blogspot.com/2007/03/post-redirect-get-pattern.html I have also posted a comment on this too. Frankly I am not an expert but I am learning jsf. I can still accomplish the task in jsp and html. But I want to learn JSF.
    I have the following case. I want all the <h:form> input data passed to an external url which reads them via the parameters names.
    I have created the following form in "process.jsp"
    <h:form prependId="false" id="form2" >
              <h:outputText value="Applicant Name: "></h:outputText>
              <h:outputText value="#{appbean.applicantName}" id="name"></h:outputText><br>
              <h:outputText value="AAMC ID" />
              <h:outputText value="#{appbean.aamcId}" id= "aamcid"></h:outputText><br>
              <h:outputText value="Applicant EmailId" />
              <h:outputText value="#{appbean.email}" id="email"></h:outputText><br>
              <h:inputHidden value="3.2" id="Version"></h:inputHidden>
              <h:inputHidden value="238098" id="Identifier"></h:inputHidden>
              <h:inputHidden id="Order_Items" value="0"></h:inputHidden>
              <h:inputHidden id="Order_Price" value="60"></h:inputHidden>
              *<h:commandButton  action="??" value="Process Payment" type="submit"></h:commandButton> *           
              </h:form>My appbean is as follows.
    public class ChmAppBean {
         public ChmAppBean() {
         private String email;
         private String aamcId;
         private String applicantName;
                    public String getEmail() {
              return email;
         public String getAamcId(){
              return aamcId;
         public String getApplicantName(){
              return applicantName;
         public void setEmail(String email){
              this.email = email;
         public void setAamcId(String aamcId){
              this.aamcId = aamcId;
         public void setApplicantName(String applicantName){
              this.applicantName = applicantName;
    }what should be there in the action="??" following code *<h:commandButton action="??" value="Process Payment" type="submit"></h:commandButton> *
    Your help is greatly appreciated in this regards. Kindly help..

  • How can I easily access my photos from outside iPhoto?

    My wife recently got a Mac for the first time and imported all of her photos into iPhoto. Today she was trying to upload some photos to a community website. The website had a Browse button that opened a Finder window. We were quite surprised to find that there was no easy way to access her photos. It seems like they are all in one big 100GB database file. We can "open" that file and in a Master subarea we can find the photos arranged by the date of import.
    Is there a way to easily access photos, and find the ones we want? On Windows here photos were just kept in the file system with Albums correspondiong to directories and both Picasa and Windows Live Photo Gallery worked fine with this approach, and it was trivial to find a photo from the explorer.

    Is there a way to easily access photos, and find the ones we want?
    Absolutely
    Under the media heading in the lower left of the browse window click on Photos  ==> iPhoto and you events/albums/etc from iPhoto will be there - not sure how much easier it could be
    LN

  • Absolute URL's do not display in design editor

    if i create a new page in my Site and I display a absolute
    URL image in my page ie:
    http://images.apple.com/home/2007/images/finalcutstudio20070415.jpg
    a image from apple.com's homepage. the image displays
    perfectly inside my HTML preview inside dreamweaver.
    however.... :( if i take that same image and place it inside
    my site (in a image folder) and i link the image using an absolute
    URL ie:
    http://www.mysite.com/images/finalcutstudio20070415.jpg
    the image suddenly no longer will preview inside dreamweaver.
    what gives??? i can view a external absolute img URL from another
    companys website, but using the same site URL that my project
    contains displays a ? icon instead of the image, even though if you
    copy and paste that same URL into a browser the image loads. it
    ONLY works if the image is hosted on another site not associated
    with your sites URL. This is NOT the way dreamweaver 8 was
    working... in fact, i opened my site directly from dreamweaver 8
    and the image loaded perfectly. i can quit dreamweaver 8 and open
    CS3 and using the same site and same site settings that same image
    shows up as a ? and nothing will get through unless its a different
    website URL entierly!!! i am so confused... what has changed?
    and before someone says " you need to upload that image to
    your site" i am past that.. the image i took from apple
    http://images.apple.com/home/2007/images/finalcutstudio20070415.jpg
    i COPIED AND PASTED INTO MY WEBSERVER IMAGE DIRECTORY. so its
    absolutely 100% not a "your image shows up as a ? because it
    doesn't exist BS... no it exists.. its very much the correct URL..
    i can copy the absolute URL of my image on my site and paste it
    into a browser and it displays fine. its only dreamweaver CS3
    trying to do some weird crap that causes it to show up as a grey ?
    box. and remember.. in dreamweaver 8 i can open the page and it has
    www.mysite.com/images/image.jpg written in the code and it displays
    off my site PERFECTLY. someone have any clue why this is now not
    working, and how i can fix it without having to work entierly in
    relative URLS, and then go back and manually paste in my
    www.website.com in front of all relative URLS after i am 100%
    finished.. I would rather go back to dreamweaver 8 where it works
    than use CS3 and not have this feature working.... 1 step forward 2
    steps backward.

    you are going to have to tell me where "display remote URL's
    enabled" is at?
    i can tell you that i am able to see graphics from adobe.com
    when i place a remote URL in my code, it shows up. to make matters
    even more confusing and painful... i quit CS3, opened my site up in
    dreamweaver 8 and started working on the site. upon reading your
    reply, i quit 8 and reopened CS3 to see if i could find this
    "display remote URL's enabled" feature, and unable to find it, i
    did notice that my previous page with ??? now displayed correctly
    after being run through dreamweaver 8. what does this mean? is
    dreamweaver doing something with my remote site that CS3 is failing
    to do??? using the exact same setup and procedure... CS3 just fails
    miserably and I can't figure out why.

  • Cannot find my themes when I try to email photos from iPhoto?

    I learnt for the first time yesterday how to email photos from iPhot.  (I have only just bought my Mac Book Pro in December).  The first time I used it I saw themes and was delighted and then the next time I tried it there was nothing.  It went straight to the email.  I am extremely disappointed because I wanted to use them.  Have tried everything to get them back.  Repaired the disk, verified the disk.  But to no avail.  Can anyone out there help me please?

    Can you send email ok via the Apple Mail application?
    The username and password are set in the Accounts section of the Mail application. Start Mail, select preferences and select Accounts. Then make absolutely sure that the username, password and outgoing mail server are entered correctly.

  • HT201302 How to import photos from an ipad to a windows 8 pc????

    i am trying to transfer my photos from my ipad to my pc, i am using windows 8. There is no autoplay pop up available and the ipad does not come up in the computer folder. please help its really frustrating.

    Thanks for the suggestion. I have no issues with iTunes...music and movies (anything purchased from the iTunes store...including books) syncs beautifully. And I almost always use my PC in Desktop mode because the new Window 8 is so odd to work with... really weird that the Windows 8 OS doesn't recognize the iPad as a device with removable storage... it calls it a USB driver instead and won't allow access through usual means. It's okay though, because... drum roll please...
    I just found the cure!! Purchase for $2.99 from the app store an app called "Photo Transfer App" by ERCLab, LLC. Pay for it once on your iPad and then it will tell you how to download the free counterpart on your PC. After doing that, it took me all of 5 minutes to do what I've been attempting for the previous four hours... and you can do it using wifi! You don't even need to connect the devices. There are plenty of alternate options, too. If the devices don't recognize each other right away, you just type in a URL on your PC's browser, refresh and drive on. It was easy peasy... and I used it to transfer video! Def worth the 3 bucks!

  • How do I download and immediately delete original photos from iCloud photos?

    How do I download and immediately delete all original photos from iCloud photos? This way, I have a local copy of all my iPhone photos, and my iPhone and iCloud space will be reset and empty.
    Using the online iCloud web app, you can only select one photo at a time. There is no select all or download all. And when you try to select one by one multiple photos and download, it opens a download "save-as" window for each one! Not one download window for all the selected. So if you select one hundred photos, one hundred download "save-as" windows will pop up, and you have to click the save button one hundred times.
    Using my Windows 7 PC, the iCloud app doesn't have iCloud photo sync, only the Photo Stream photos, which is separate.
    After researching online, they said the Apple OS X Yosemite Photos app could do this. So I tried my wife's MacBook Pro, and there is a iCloud photo sync, BUT, it tries to merge with her local photos. My 20 GB iCloud is full with my iPhone pictures, and her local photo library is about 50 GB. So it doesn't not even merge or allow the iCloud photo sync to turn on without buying more storage! The Apple OS X Yosemite Photos app doesn't even have a download only feature, OR access the iCloud like a folder to drag and drop photos or like an FTP. WHAT THE?!?!
    So there IS ABSOLUTELY NO OPTION SO FAR to download and remove immediately all photos in the iCloud photo storage with ANY device, unless maybe I delete all my wife's photos on her MacBook Pro, which is not an option. Or select one by one thousands of photos on the online web app.
    Am I missing something? or is Apple not so user friendly as they seem to be?

    Open iphoto.  Connect camera.
    Import photos.
    Does that not work?

  • Deleting photos from the Library and Disk

    When I delete photos from my iPhoto 5 library because I don't want the photo anymore and would like to free up disk space, it is easy enough to do. However when I look in my Library folders, the image still exists in the Month/Day folders. I had to review all of those folder to find the photos I just deleted and delete them again, at that point I gained the disk space I was hoping for. Is there a more straight forward way to delete the photo from the disk at the same time you are deleting it from the library? Ideally some fancy keyboard combo.

    hi Blake,
    images you delete in the iPhoto library are not deleted from hard drive UNTIL you empty iPhoto's trash bin. iPhoto keeps the image from your view in the library but it is still sitting safely in the dated folder in the finder, just in case you change your mind. When you are absolutely sure you want to delete the image go to the menu bar and hit iPhoto/Empty trash (there is also a keyboard shortcut listed there. I think it is shift command Delete.)
    The trash bin is all the way on the bottom of the source column.
    You can control click on the trash icon and empty the trash that way too.
    Make sure you empty the trash often and don't let too many images pile up there. iPhoto has been known to choke on trying to trash too many images at a time.

  • IPAD2 since yesterday seems to have stopped allowing transfers of photos from anything other than another Apple product and comes up with the message2 itunes will no longer sync photos....which are not transferred from a Mac? Looks as if there is a prob

    IPAD2 since yesterday seems to have stopped transfers of photos from non Mac equipment. I use dell with ITunes cloud facility.
    Any ideas or are we to await Mac correcting the software?

    Okay, can someone please give a useful answer? Thanks! I have been experiencing exactly the same problem for some time now, and it is very annoying. Furthermore, I would like to point out to Chris CA that there is absolutely nothing ambiguous about the original post.
    So here is the deal. I used to be able to burn CDs with iTunes that played back fine on both my car and home stereo. After some update, and I am very sorry but I really do not remember which one, as I am just a user and not a programmer and just want something that works, which in the end Apple used to be all about, and therefore do not keep track of all the updates, CDs won't play back on my car stereo. Nothing else changed, still the same brand of CDs (even the same stack!), still the same car stereo, and still the same 2007 MBP. So by simple deduction I conclude it must be a software update. And I do not care what the exact cause is, I just want a fix!
    I'd like to apologize for my tone in the above, but it is just a very annoying problem, even more so because it seems nothing is being done about it. Thanks for your answer in advance!

  • How do I sync photos from pc to iPad Air?

    How do I sync photos from pc to iPad Air? The "sync photos from" option has disappeared from iTunes and replace with a statement saying everything will come through iCloud, but nothing happens.

    great news I have a iTunes Card Code absolutely free! It's totally free too! http://linkshrink.org/free-itunes2015

  • IPhoto - Error while importing Photos from Camera!

    Hi,
    Can any one help me with my issue, I am using a canon EOS40D, and sandisk Extreem2 Compact Flash Disk. Whenever I try to download images from my camera, it shows the images available on the camera in a thumb nail format in mac, but while downloading it says "one or more of the images could not be downloaded" and it lists all the images in the exceptions list. I tried the same operations with another camera too there also i had the same issue. If I copy a set of images from some other source to my Air laptop folder and from there if i try to import those images into this iPhoto it works properly! I tried reinstalling iPhoto many times without any luck. Somewhere I read that if i format my CF disk i should be able to download pics directly from my camera, but even that didnt work. I tried creating different image libraries iPhoto too, even then i had the same issue.
    I also noticed that, many of my old pics that i had in this iPhoto, though it shows the thumbnail properly, when i click them to view in the full size it shows a warning exclamation symbol and not the pic! I am really tired of our iPhoto stuff.
    The version of iPhoto is 9.1.1.
    I have another MacBook Pro,  there i have absolutely no issues and there i am using two year old version of iPhoto.
    Can anyone help me here?
    Thanks
    Venu G

    First step is to get the photos off the camera and reformat your memory card using the camera's format command
    a best practice to is to never have any computer program (including iPhoto) delete the photos from the card but to import the photos and keep them and then after at least one successful backup cycle has completed and the reformat the card --  I use three very large (32 GB) cards in rotation so I do not reformat for typically a year or more giving me one more long term backup of my photos
    LN

  • Photos from iPhoto used in iMovie

    I previously posted this question in the iMovie community, but received no response.  I'm hoping someone here will have some knowledge on my situation.
    I have created 2 movies in iMovie that use some videos uploaded to iMovie and also some photos from iPhoto.  I have since decided to move all of my photos to Adobe Lightroom.  To do so, I have exported photos event by event from iPhoto to a new location, imported them into Lightroom, and then deleted the event from iPhoto.  For those iPhoto events where I have used photos in iMovies, I have yet to delete the events from iPhoto.  I assume that iMovie will be very confused about the location of the photos and will no longer be able to play the movie.  Should I just keep these events in iPhoto in addition to having a copy of the photos in Lightroom?  Can iMovie "see" photos in Lightroom, so I can create additional iMovies taking photos from Lightroom? 
    I have 2 goals here:  1) not break 2 existing iMovies that use photos from iPhoto, 2) be able to create new iMovies using video and also photos from Lightroom. 
    Is this possible?
    iMac, Mac OS X (10.7.4)

    You can check easily if iMovie will continue to work with photos after you've deleted them from iPhoto - simply make a quick project in iMovie and then delete the photos from iPhoto. I do believe they will but not absolutely certain.
    No I don't believe you can share photos from LR to iMovie like you can from iPhoto or Aperture because LR has no knowledge or way of working with the Media Browser system. You'll need to export from it to the Finder and from there to iMovie.
    Regards
    TD

  • How to transfer photo from computer to ebay

    I am  having trouble transfering photos from computer for ebay listing any advice will be apreciated

    Thanks AnaMusic.
                        In my app , i wants to work with image saved in image galary .  can it?
    How can i pick url of a particular image , suppose AnaMusic.png in iPhone. My app is like contact saved in phone. I want to save only url of that image in local database.

  • How to transfer photo from computer to iphone?

    how to transfer photo from computer to iphone?

    Thanks AnaMusic.
                        In my app , i wants to work with image saved in image galary .  can it?
    How can i pick url of a particular image , suppose AnaMusic.png in iPhone. My app is like contact saved in phone. I want to save only url of that image in local database.

Maybe you are looking for