IE not uploading files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey all,

I have the following code uploading and image to a directory from a form, and it works great on FireFox, but not IE 6.0.

Does anyone have an suggestions?

Thanks,
Skip

     // get the image directory.

list($mats_img_path)=bsp_DB_row_fields("SELECT mats_img_path FROM bsp_configuration"); // move the uploaded file from the temp dir to permanent directory.
	 move_uploaded_file($_FILES['image']['tmp_name'],
$_SERVER['DOCUMENT_ROOT']."/$mats_img_path/".$image);

--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240
http://bigskypenguin.com
=-=-=-=-=-=-=-=-=-=
Check out PHPenguin, a lightweight and
versatile PHP/MySQL development framework.
http://phpenguin.bigskypenguin.com/

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux