How to save an image from an HTTP adress

I want to save to my HardDisk an image which adress is for
example :
http://www.mysite.com/img/myimage.jpg
I cannot use CFFTP, and CFFILE does not allow HTTP adress,
It should be something like CFFILE but on HTTP protocole ?
Thanks for any help,
Pierre.

plarts wrote:
> CFHTTP allow me to get the HTTP file and display the
image on my screen,
> but cannot save it on the HardDisk.
Yes, it can. Did you look at the documentation as suggested.
Specifically the file and path attributes?
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_09.html

Similar Messages

  • How to save an image from canvas to jpeg2000 format?

    good day! i would like some help about jj2000. i wish to save an image from canvas to a jpeg2000 format file. how will i do it using the jj2000? i just need to save it to a file.
    please help!!!
    thank you in advance!
    lrds

    I am not familiar with Jpeg2000, but the easiest way I've found to go from Java to a JPeg file is with Java Adavanced Imaging (JAI) package from Sun. Take a look at it and see if it meets your requirements.

  • How to save multiple images from jpeg to psd?

    I'm pretty new at this and have tons of vacation photos. Things I've read have left me terrified of leaving my images in jpeg, but I don't know how to save them all to .psd (and is that really the format I want to use?). I tried, and suddenly I'm out of space on my harddrive, so I think I've made copies of copies and have way more saved than I need. Any advice is appreciated - thanks.

    <[email protected]> wrote<br />> ...Things I've read have left me terrified of leaving my images in jpeg...<br /><br />Andrea,<br /><br />If the JPEG files are straight out of your camera, there is no harm in <br />"leaving" them as-is...  they don't degrade from just sitting there.<br /><br />The possible degradation of JPEG files comes from saving as a JPEG - <br />typically after you have done an edit to the image.<br /><br />One good way to approach the issue:  when you open an image for editing, <br />before you do anything, click the menu File > Save As...  and then choose <br />the PSD file type.  This will make a copy for you to work with, which will <br />NOT degrade as you save, re-edit, re-save, etc.  After you're finished <br />working it over, if you need a JPEG copy, use the File > Save As...  and <br />select JPEG to make an edited copy in the smaller file format.  (File > Save <br />For Web is also useful for this - it allows you to set your quality and size <br />parameters on-the-fly as you save)<br /><br />HTH,<br /><br />Byron

  • How to save an image from an web page?

    Hello everybody!
    I have a problem and I hope someone can help me :).
    I am trying to save/download an image from an web page to my computer. So given an URL which contains the image, I want to save this/write this image to disk. Here is my code:
    import java.net.*;
    import java.io.*;
    public class Test{
        public static void main(String[] args) throws Exception{
            Test test = new Test();
            test.readFile();
        public void readFile() throws Exception{
            InputStream inputStream = new URL("http://www.google.se/images/hp1.gif").openStream();
            InputStreamReader reader = new InputStreamReader(inputStream);
            BufferedReader buffReader = new BufferedReader(reader);
            BufferedWriter bw = new BufferedWriter(new FileWriter("savedImage.gif"));
            int x=0;
            while((x = buffReader.read()) != -1) {
                bw.write(x);
            bw.flush();
    }The code saves the image to disk, but unfortunately the image is distorted. Can anyone help me to solve this problem.
    Thanx in advance
    Best regards
    /TheMan

    thanx guys for your quick answers. I got i to work with the following code
    InputStream inputStream = new URL("http://www.google.se/images/hp1.gif").openStream();
            FileOutputStream fos = new FileOutputStream(new File("savedImage.gif"));
            int x=0;
            while((x = inputStream.read()) != -1) {
                fos.write(x);
            fos.flush();Again, thanx guys!

  • How to save a image from a document?

    Hi there
    I was trying to save the image the from the "Welcome to
    Buzzword" document but when i right clicked on it allows me to
    print the document alone. Is it possible to download the picture to
    desktop like the way we do in a Adobe PDF file?
    Karthik.

    Hello,
    Thank you for your interest in Buzzword. You can add an image
    to your Buzzword document but unfortunately you will not be able to
    save it to your desktop.
    Regards,
    Ksenija
    Acrobat.com moderator

  • Can someone please tell me how to save an image from Photoshop CS4 as a RTL file?

    I recently bought a VuTek Printer and I have to have a RTL file that is from Photoshop, does this have anything to do with PostScript?

    Are you sure about that .RTL file extension?
    All that I can find (quick search on Google), indicates that it is a Borland (software) RunTime Library file, in a TXT format.
    Are there any details in the printer's manual about what it needs, with an explanation of the .RTL format?
    Good luck,
    Hunt

  • How to save an image to database and retreive from it.

    how to save an image retreived from an bytearray to database and retreive back the image from database....pls specify the steps and the query.

    You can use the JDBC API for database connectivity and you can use SQL to query the database.
    JDBC tutorial: http://www.google.com/search?q=jdbc+tutorial+site:sun.com
    SQL tutorial: http://www.google.com/search?q=sql+tutorial+site:w3schools.com

  • How do I save specific image from a .tif file?

    Hello, I have a big .tif file contains some images. How can I save an image from a specific layer, to a .jpg or .png file?

    Hide the layers as deepakgahlot has suggested by selecting the eye icon on the layers pallet and then when you have the layer you want save for web (Shift+Ctrl+Alt+S) or File>Save for Web.. and then you can select either a .jpg or .png

  • How to save work seperate from background

    Hi,
    I want to know how to save the image that I created separately from the background so I can use the image as an icon or something else. I am new in web design, when I tried so hard to make something in photoshop I ended up the bloody back ground is 10 times bigger than my work (image) and it distorts the web layout.
    Bottom line, I need to know how to save something as an icon or maybe object without the dam white background.
    Craig

    <a href="http://www.pixentral.com/show.php?picture=11dSoqXtoYz8noH9N3wcEqawLKHfs1" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/11dSoqXtoYz8noH9N3wcEqawLKHfs1_thumb.png" border="0" />
    <br />
    <br />couldnt post psd file. The site doesnt seem working properly.
    <br />
    <br />Now you can simulate my steps by create a new layer/background by clicking new and chose default photoshop size then pick up custom shape tool, chose a shape to draw with, envelop is the case. Keep along with your instruction.
    <br />
    <br />Tell me do you have any problem saving it as the way we want ?

  • I cannot save an image from google on my iPad.  I hold on it and click save but it says save failed.   I used to be able to save previously.

    I cannot save an image from google on my iPad.  I hold on it and click save but it says save failed.   I used to be able to save previously. the first time I saved an image a pop up asked if I wanted to allow goggle to do something (can't remember the rest) and I said do not allow.  Could that be the problem and how do I now get back to allow google to save images?

    Just tested, no problem.
    http://i1224.photobucket.com/albums/ee374/Diavonex/e86d2bf9300a80f6c4c7870a2458a 982_zpsebe867fe.jpg

  • How to save the image in the form?

    As thread, how to save the image into a file from the pdf form - image box?
    I have Adobe Acrobat 9 Pro extended.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

  • How to save an image as a PICT resource file?

    Can someone tell me how to save an image as a PICT resource file? I'd like to make ikons in Photoshop and save them in this format, but I 'm not finding any leads. Thanks!

    If you have Resorcerer from "ancient times" it of course can handle resource forks since that's was it's goal in life.
    There are lots of icon creation apps these days.  Do a search for "icon" on macupdate.com to see what's available.  For example that search finds:
    iconXprit
    Icon Builder X

  • How to read some images from file system with webdynpro for abap?

    Hi,experts,
    I want to finish webdynpro for abap program to read some photos from file system. I may make MIMES in the webdynpro component and create photos in the MIMES, but my boss doesn't agree with me using this way. He wish me read these photos from file system.
    How to read some images from file system with webdynpro for abap?
    Thanks a lot!

    Hello Tao,
    The parameter
       icm/HTTP/file_access_<xx>
    may help you to access the pictures without any db-access.
    The following two links may help you to understand the other possibilities as well.
    The threads are covering BSP, but it should be useful for WebDynpro as well.
    /people/mark.finnern/blog/2003/09/23/bsp-programming-handling-of-non-html-documents
    http://help.sap.com/saphelp_sm40/helpdata/de/c4/87153a1a5b4c2de10000000a114084/content.htm
    Best regards
    Christian

  • How do I acquire images from my usb webcam ?

    Hi all ,
    How do I acquire images from my usb webcam (logitech quickcam express ) ?
    I use Labview 7 .

    Pedrus wrote:
    > Hi all ,
    > How do I acquire images from my usb webcam (logitech quickcam express)?
    > I use Labview 7 .
    This seems a very popular question coming up about once every week at
    least. And there are many good answers in the developer Zone on www.ni.com
    Check out:
    Irene He's IVision Toolkit:
    http://www.hytekautomation.com/Products/IVision.html
    or
    Pete Parentes WebCam library:
    http://www.cs.unc.edu/~parente/labview/index.shtml
    The first is a rather impressive Video Manipulation library with a
    nice video capture interface to VfW too, and the second is a simple
    video capture library to access any VfW compliant device.
    Rolf K"
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How to download RAW images from Canon S100 to iPhoto?

    How to download RAW images from Canon S100 to iPhoto?

    You need the Raw compatibility update 3.9:
    http://support.apple.com/kb/DL1473

Maybe you are looking for

  • I need someone to answer a  few Find my Iphone App questions?

    I lost my phone overseas...I got too drunk and lost it at some bar..I thought I was lucky because I had signed up for the find my iphone app on the ICloud. When I tried to locate my Iphone through the services, It couldn't find my Iphone because it w

  • Confused as to what to buy - brand new, refurbished

    I got my first Apple back in 2009. And still have it. It is a 15 inch MacBook Pro. However, it not does not hold its charge, the charger is giving up the ghost, the keyboard is very worn and it "timesout" alot and "crashes" quite a bit. Time for a ne

  • Trying to add month with a Date

    Hi All, I am trying to add month with a date. it will take the earlier month and add one month . Here is my code declare @CollectionDate date='10-30-2014' select @CollectionDate ;WITH CTemp AS ( SELECT TransactionDate=CAST(@CollectionDate AS DATE) ,R

  • Use of text element in function module

    hi friends what is the use of text element i.e list headings, selection texts,text symbols in a function module. where a can see these things after giving some text into it and activated.                                     kumar.

  • Help on drawing in GUI

    Attached is the file that i need to draw on the GUI. Anyone can tell me how to code it? Each ring distance is 5km away from one another. Maximum is 20km. If i want to have a "cross" on 9 O'clock at distance 15km on it, how should i do it? Thanks in a