A PHP function for saving an image to the local hard drive?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jess Lin

    A PHP function for saving an image to the local hard drive?

    Help!

    I am looking for a PHP function that when run, would save an image to
    the user's hard drive.

    -Jess
  • Chung Leong

    #2
    Re: A PHP function for saving an image to the local hard drive?


    "Jess Lin" <jalnet@juno.co m> wrote in message
    news:2a7a12b7.0 406221916.6cd4e 94f@posting.goo gle.com...[color=blue]
    > Help!
    >
    > I am looking for a PHP function that when run, would save an image to
    > the user's hard drive.
    >
    > -Jess[/color]

    You don't need PHP. Plain HTML will do:

    <img src="image.gif" >

    The browser will save the image somewhere on the harddrive.


    Comment

    • CJ Llewellyn

      #3
      Re: A PHP function for saving an image to the local hard drive?

      "Jess Lin" <jalnet@juno.co m> wrote in message
      news:2a7a12b7.0 406221916.6cd4e 94f@posting.goo gle.com...[color=blue]
      > Help!
      >
      > I am looking for a PHP function that when run, would save an image to
      > the user's hard drive.[/color]






      Comment

      Working...