> > How do I address my computer from the internet?
I can see why that is not done!!
Can I place the download script on my computer and pull the files down to my
hard drive?
Rather than push them down from the internet server.
I have a number of files; the number will vary and is controlled by the
webpage I am writing. The viewer uploads the files to a server directory.
I need to find an PHP script to transfer the files to my computer. I would
like PHP to automatically download the proper file.
There must be way of taking the files off the internet server and moving
them to my hard drive.
How do I do that?
Can I configure the copy command to do that?
Thanks for the help.
Ken
$_SESSION['archive_dir_read'] = "/uploaddir/"; // directory on
server
$_SESSION['archive_dir_store'] = "c:/_picture_file/"; // directory on
computer
copy($_SESSION['archive_dir_read'].$_SESSION['picture1'],
$_SESSION['archive_dir_store'].$_SESSION['picture1'])
$_SESSION['picture1'] is the file name
"Alvaro G Vicario" <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote in
message news:1hgnm9frovwtu.9vaskpc72bn8.dlg@40tude.net...[color=blue]
> *** Ken wrote/escribi (Wed, 18 Aug 2004 08:11:16 GMT):[color=green]
> > How do I address my computer from the internet?[/color]
>
> Luckily, that's impossible! Let your web browser download it. Point[/color]
browser[color=blue]
> to
http://domain.com/folder/file.extension and then use the "Save as"
> option.
>
>
> --
> -- lvaro G. Vicario - Burgos, Spain
> -- Questions sent to my mailbox will be billed ;-)
> --[/color]