Hi,

> How do i make an upload script?

You need an HTML form with an <input type="file"> element, and a script to
handle the upload.

Post your code and tell us what problems you're having. If you haven't
written any code yet, go and read this section of the manual:

  http://www.php.net/manual/en/features.file-upload.php


Cheers
Jon

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

Reply via email to