Re: [PHP-WIN] Upload Files!

2008-04-18 Thread Michael Southworth
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

Re: [PHP-WIN] Upload Files!

2008-04-17 Thread Jeremy O'Connor
"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

Re: [PHP-WIN] Upload Files!

2008-04-15 Thread Jarrett Meyer
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

Re: [PHP-WIN] Upload files problem

2006-02-13 Thread trystano
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