Author Topic: URL von HiRes Bild an Fotoservice übermitteln / Send URL of HiRes Image  (Read 3861 times)

0 Members and 1 Guest are viewing this topic.

Offline sound

  • Newbie
  • *
  • Posts: 12
    • View Profile
ich bräuchte ganz dringend hilfe. ich habe einen partner um fotos aus meiner galerie auf papier zu bestellen.
nun muss ich diesem beim click auf den bild bestellen button folgende parameter per HTTP GET Request übermitteln:

orig = realtiver pfad zum hochauflösenden bild
thumb = vollständige URL zum thumbnailbild
title = titel des bildes

wie mach ich das?  :|

vielen dank für die geschätzte hilfe

i need help for the following: I have a partner for ordering pictures on photo paper.
now i need to submit the following parameters with  HTTP GET Request when a user clicks "order foto".

orig = relative path to the hires picture
thumb = complete URL of thumbnail image
title = titel of image

how can I do that?  :|



kind regards


Offline sound

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: URL von HiRes Bild an Fotoservice übermitteln / Send URL of HiRes Image
« Reply #2 on: October 26, 2005, 09:14:08 PM »
danke für den tipp.
aber ich will doch bloss folgende parameter ermitteln:
orig = relative path to the hires picture
thumb = complete URL of thumbnail image
title = titel of image

I'm just looking for the following parameters:
orig = relative path to the hires picture
thumb = complete URL of thumbnail image
title = titel of image

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: URL von HiRes Bild an Fotoservice übermitteln / Send URL of HiRes Image
« Reply #3 on: October 26, 2005, 09:24:32 PM »
suche mal im forum das wurde alles schon erklärt...

{thumbnail_file_name}
{cat_id}
{image_name}

usw sind deine freunde...

Die Pfade musst Du selber zusammen bauen, das nur als kleiner hinweis...