On 7/24/2012 12:05 PM, Graham H. wrote:
Does the problem have anything to do with this:
["tmp_name"]=> string(14) "/tmp/phpcLtE6W"
So this:
$file = $_FILES["file"]["tmp_name"];
Would make $file == "/tmp/phpcLtE6W"
I'm not sure if that's what you want. Seems more likely that you'd want it
to be:
$file = $_FILES["file"]["name"];
Useful?
Graham,
The line you reference - I don't see that in my code (which is
production code) nor in the OP's code.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php