At first blush, this article may be the best place to start. It has a
complete example from start to finish. In addition to what has been stated
here, you will need to properly SQL escape the data before inserting and
un-escape it after fetching it from the database.
http://www.onlamp.com/pub/a/ph
"Jarrett Meyer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Files and all associated properties are saved in the $_FILES[] variable.
> From here, you can get the file name, file size, etc.
>
> I would recommend that you come up with your own name for the file. My
> code may not
Files and all associated properties are saved in the $_FILES[] variable. From
here, you can get the file name, file size, etc.
I would recommend that you come up with your own name for the file. My code may
not be right, but it will be close.
$LocalFilePath = /path/to/local/files/
$LocalFileN
You need to set the correct permissions on the folder inwhich you want to
upload the files into.
Tryst
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php