On Monday, 25 April 2011 at 01:07, Jim Giner wrote:
Hmmm... did not realize that. From all the code I examined I thought it 
> was looking at the client.
> 
> So how does one do a file upload from the client to the host? Preferably 
> with ftp rather than http.

FTP is a completely separate system from PHP, so it's a bit more involved to 
set up but it can be done. I know there are a few flash components that work 
this way - Google can help you find them. Why would you prefer to use FTP over 
HTTP?

As for the HTTP POST method... 
http://www.php.net/manual/en/features.file-upload.post-method.php

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to