Connecting Tech Pros Worldwide Forums | Help | Site Map

Automatic uploading pictures

Sirano
Guest
 
Posts: n/a
#1: Jul 17 '05
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
Guest
 
Posts: n/a
#2: Jul 17 '05

re: Automatic uploading pictures


"Sirano" <sirano_de_berzherak@hotmail.com> wrote in message news:<4099fa01$0$65124$e4fe514c@news.xs4all.nl>...[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
Juha Suni
Guest
 
Posts: n/a
#3: Jul 17 '05

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

Closed Thread