The following url will help you
http://www.php.net/features.file-upload

You just have to make a form and use the  enctype="multipart/form-data"

This will make the content available in the next php page.
Then you can write this content to a file (in this case, zip file)

Grtz

Rodrigo

-----Original Message-----
From: Rui Monteiro [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 15 juli 2005 15:26
To: php-windows@lists.php.net
Subject: [PHP-WIN] File Download - php 4

Hello there,

I want to make a form post where a user can send a *.zip file to the server.

How can I do this? I'm thinking on going for the ftp methd, but that would
be just too much work for a simple file send.

Any ideas?

Thanks a lot,

Rui

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

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

Reply via email to