Image | ![]() |
EAN-13 | 0888574550080 ![]() |
UPC-A | 888574550080 ![]() |
Product Name | Hanging Tree |
Category | Electronics / Photography: A/V Media: Movie |
Amazon.com | ![]() |
Price New | 16.62 US Dollars (curriencies) |
Price Used | 16.67 US Dollars (curriencies) |
Run Time | 107 minutes |
Cast | Gary Cooper, George C. Scott, Karl Malden, Karl Swenson, Maria Schell |
Run Time | 107 minutes |
Width | 5.5 inches (convert) |
Height | 0.5 inches (convert) |
Length | 7.5 inches (convert) |
Weight | 25 hundredths pounds (convert) |
Binding | Blu-ray |
Format | Blu-ray |
Published | 04/17/2018 |
Run Time | 107 minutes |
Long Description | Many stars saddled up and rode into Technicolor sunsets during the great Western revival of the 1950s, but only a few would be forever associated with the rugged individualists of the West. Among them are John Wayne, Randolph Scott and the star of The Hanging Tree, Gary Cooper. The story takes place in Skull Creek, an 1870s Montana gold camp. Dr. Joseph Frail (Cooper) arrives, setting out his shingle near the camp’s boom-or-bust hubbub of adventurers, ladies of fortune, mountain men and just plain decent folks. As skilled with a six-gun as with a scalpel, Frail will need both. A tragic past shadows his days. The treachery of the mob clouds his future. A determined immigrant (Maria Schell), a shifty-eyed miner (Karl Malden) and a hellfire preacher (debuting George C. Scott) figure prominently in Frail’s showdown with fate. Prominent, too, is the breathtaking countryside. Here, the mountains are imposing. And a man alone looms ever taller. |
Similar Items | 0851789003764: The Blue Max [Blu-ray] 0826663183511: Farewell, My Lovely / The Big Sleep 0738329225926: Legend of the Lost 0738329225919: Kentuckian 0738329225438: I'll Be Seeing You 0738329224868: Valdez is Coming 0738329217211: Driftwood 0738329216528: Junior Bonner 0738329216504: Duel in the Sun 0738329215088: Hell in the Pacific View 11 more similar items |
Created | 04-14-2018 2:34:05am |
Modified | 05-23-2019 8:07:29pm |
MD5 | 6cbcf10a38b3a4d6604190ee74dc89a6 |
SHA256 | 1a0f42155decc7d518ee54f3577768a84f62323a1603ceb16da2cc437c917ddd |
Search Google | by EAN or by Title |
Query Time | 0.0014300 |
Article of interest
So you want to upload product images but you don't want to do it manually. Our system allows you to upload through automation if you have an active data feed account.
The Basics
You will need to send the file along with some other infomation in the form of a POST to our web server. You do not need to log-in or keep track of cookies. You will need to pass your keycode with every file you try to upload.
It is important that you check the results of every upload to make sure things are going correctly. Normally, if things go right you will get back an HTTP response code of 200 and the word "Success!" as the only content. If things go wrong, the HTTP response will be 400 or some value other han 200 depending on the problem. You can examine the content that is sent back for more details about the error.
When you send a POST request to http://eandata.com/upload_image.php with the the following required fields.
- keycode - this is your API keycode from the data feed page.
- code - this is the 13 digit EAN-13 code for the product. If you have a code that is 12 digits, prefix it with a leading zero. If you are trying to update using ISBN or UPC-E you will get an error so expand the code to 13 digits before uploading.
- img - this is the actual image file which must be JPG, PNG or GIF format.
As long as the product exists in our system and there is not already an image associated with the product, the file should upload and be resized. All images are stored in PENDING mode until they are approved by a human. Users may be able to access the pending images but they will get a warning before the image is displayed to them.
Coding Samples And Links
We simply can't give you every possible way to access our data through automation but we can offer some code samples or at a minimum links to other resourses that will help you get your project going.
- cURL
- link: cURL Manual
- sample:
curl -F "keycode={your-keycode-goes-here}" -F "code={ean-13-code}" -F "img=@{path-to-image-file}" http://eandata.com/upload_image.php
- link: cURL Manual
- jQuery / Javascript
- Not recommended because it would expose your private key to the browser. You should post to a backend function of your own, then perform a server-to-server upload.
- C#
- link: The Code Project
- VBScript, ASP, VB6
- link: EricPhelps.com
If you have other resources that you would like us to add to our collection, or you find that our links are broken, please use the link at the bottom of the screen to contact us. Comments are also much appreciated.