RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
Oh... And there are better ways of doing this, like using move instead of copy... But this is how I do it, and it's worked fine for me for the past few years, so I haven't bothered updating my method much :p Check phpbuilder.net and dig around the php manual some more... There are some very good r

RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
ave... This will only upload txt or html files... But it will display the file properties even if the file is denied. Also has a file size limit of about 10k. This is a cut down script of something straight of my website, and that runs on both a win xp box, and a linux box. Only difference is $home_d

RE: [PHP-WIN] File Upload Help Needed

2003-02-25 Thread Chris Kranz
http://www.php.net/manual/en/features.file-upload.php Surprisingly enough, straight from the manual ;) chris kranz fatcuban.com -Original Message- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 17:13 To: PHP Subject: [PHP-WIN] File Upload Help Needed PHP List