-3-2004 12:42
Subject: Re: [PHP-WIN] variable passing problem
then it says...
Notice: Undefined index: fileToUpload in e:\viraj\office\inventory\2.php
on line 3
(fileToUpload is the variable name)
any suggestions?
Viraj.
"Svensson, B.A.T. (HKG)" wrote:
&g
then it says...
Notice: Undefined index: fileToUpload in e:\viraj\office\inventory\2.php
on line 3
(fileToUpload is the variable name)
any suggestions?
Viraj.
"Svensson, B.A.T. (HKG)" wrote:
>
> > (on windows: Notice: Undefined variable: fileToUpload in
> > e:\viraj\office\inventory\2.ph
> (on windows: Notice: Undefined variable: fileToUpload in
> e:\viraj\office\inventory\2.php on line 3) (on Linux:
> Resource id #1 )
Using $_POST['fileToUpload'], will probably solve that
problem for you.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Hi all,
I have a script to upload a file into MySQL as BLOB.
this script works nicely on a LAMP server, but i have to implement it
on a Windows2000 server running PHP, Apache and MySQL.
-- here goes the "gather.php" content, which allow us to browse for a
specific
file in the system, and a "Up