Automatic uploading pictures

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

    Automatic uploading pictures

    Hello,

    I'll want automatic upload pictures from a specified folder to the internet
    with PHP code. Or does somebody know a Website where I could find an answer
    for this.

    Thanks,

    Sirano


  • R. Rajesh Jeba Anbiah

    #2
    Re: Automatic uploading pictures

    "Sirano" <sirano_de_berz herak@hotmail.c om> wrote in message news:<4099fa01$ 0$65124$e4fe514 c@news.xs4all.n l>...[color=blue]
    > Hello,
    >
    > I'll want automatic upload pictures from a specified folder to the internet
    > with PHP code. Or does somebody know a Website where I could find an answer
    > for this.[/color]

    IMO, not possible as it will affect privacy and security. Also, PHP
    is server-side.

    --
    | Just another PHP saint |
    Email: rrjanbiah-at-Y!com

    Comment

    • Juha Suni

      #3
      Re: Automatic uploading pictures

      Sirano wrote:[color=blue]
      > Hello,
      >
      > I'll want automatic upload pictures from a specified folder to the
      > internet with PHP code. Or does somebody know a Website where I could
      > find an answer for this.[/color]

      If you have PHP installed on your home computer, it can upload files
      from your computer to the net, but I assume this is not exactly your
      scenario. Automatic image uploading, even through a browser, requires
      some client-side coding, and even javascript will not help since the
      file-field of HTML forms is read-only to client side scripts, for
      security reasons.

      I am sure there are some free/shareware programs available that do timed
      and automatic file uploads using ftp or ssh file transfer.

      --
      Suni

      Comment

      Working...