Re: [PHP] FTP loading

2004-04-01 Thread Raditha Dissanayake
Lieve Vissenaeken wrote:

Please help me,

Is it possible with php to load immedeatly pictures into a website by users
(by use of a ftp-statement) ? I mean: so that any user on my website can add
a picture to that website which is immedeatly visible on that webiste?
If this is possible, where can I find the code for my problem?
 

Not sure if I understood your question correctly. Do you want to create 
a web based ftp client? or do you just want to let your users upload 
their pictures on to your website. If it's the latter surely all you 
need is standard http file uploads (described in detail right at the 
start of the php manual). FTP is more complicated but the manual entries 
for the php ftp functions look good.

 



--
Raditha Dissanayake.
-
http://www.radinks.com/print/upload.php
SFTP, FTP and HTTP File Upload solutions 

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


RE: [PHP] FTP loading

2004-04-01 Thread Pablo Gosse
Lieve Vissenaeken wrote:
 Please help me,
 
 Is it possible with php to load immedeatly pictures into a website by
 users (by use of a ftp-statement) ? I mean: so that any user on my
 website can add a picture to that website which is immedeatly visible
 on that webiste? If this is possible, where can I find the code for
 my problem?
 
 
 Thanks for helping.

http://ca.php.net/features.file-upload

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