Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
Sorry, there is some part of code you don't need (as $cat_id) - I just grab it from activ file... Afan At 09:02 AM 3/26/2003 -0500, Afan Pasalic wrote: This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from c

Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from categories where cat_id=$cat_id"; $result = mysql_query($query, $db) or die ('Error: wrong query'); $myrow = mysql_fetch_array($result); include('errors.php'

Re: [PHP-WIN] uploading files

2003-03-26 Thread skate
i saw a script that was able to do this once, where you'd select an entire directory and it would upload the whole contents. but i'm not sure exactly how to do it, as you run into security issues and such. i'm sure the script was part of the php Gallery suite. sorry i can't be of more help than th

RE: [PHP-WIN] Uploading Files

2001-05-24 Thread Asendorf, John
I had that same problem. It fixed itself when I changed directories and recreated the directories. I'm not certain if it had to do with the permissions on those folders or what, but that made all the difference. Have you double checked your php.ini file for the upload directory? John -

Re: [PHP-WIN] Uploading Files on Pasword Protected Sites ?

2001-04-26 Thread David Elliott
Hail vshah On 25 April 2001 at 11:45:28 -0400 (EDT) (which was 16:45 where I live) [EMAIL PROTECTED] wrote > If I remove the password protection, it seems to work again. Is there > something that I need to do in the PHP.ini file or is this a IIS related > issue ? IIS not PHP. Check out the wri