Hi,

If I understand correctly, you want to upload your current dynamic IP
address to some server that has a static IP address, with a different
protocol than FTP?

AFAIK there is nothing like a browser file upload, but web sites often
accept binary data encoded in HTTP POST request. There should be some
HTML form on the server that lets you enter file names on your local
computer, and when you press "submit" your browser encodes the files
and sends them to the server. There must be a component or a CGI script
on the server which accepts this data, decodes them into files and
stores them on the server. Now these components are different and you
must use the one that is installed on that web server to upload files
there.

-- 
Michal Kracik

[EMAIL PROTECTED] wrote:
> 
> >A couple days ago someone had mentioned wanting to use a webcam with a
> >dynamic IP address... Following is a CGI script I use (along with a pair of
> >simple scripts on my machine to update a file containing my address using
> >rebol FTP)  The webcam software I'm using is called WebCam2000 (it's for
> >Win32 only unfortunatly), their homepage is
> >http://www.1000klub.com/~loomer/webcam2000
> >another solution (not involving rebol) for using a webcam without a static
> >IP address is to use dhs.org and their DynDNS service.
> 
> The real problem is, that I don't have acces to FTP, so it has to be a
> browserupload!!!
> 
> K.
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com

Reply via email to