Hello,

I have a VB program which can download files from a web-site. The webserver
is running Apache where we use PHP scripting. That is all working OK. 

Now I want to let certain people upload data from their PC's. I don't want
to use FTP, because I don't want to hand out password's (also not in the
code we are distributing). Anonymous FTP is not possible.

I can upload files to the site from a browser, but I would to make it (very)
easy for people to upload their data: a number of them are not very familiar
with computers.

I have seen (www.google.com) references to uploading from VB to IIS servers,
but how about to Apache/PHP? I've tried some examples with the MicroSoft
Internet Control and "executing" the POST command, but the file would not
be uploaded (the PHP script did not get it anyway).

Should it be possible?
If so, can somebody point in the right direction/example?
If not, could somebody please explain why not?

Thanks in advance for your help,

henk sandkuyl


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to