On Thursday 23 May 2002 17:43, Ragnar wrote:
> Hi and thanx for previous help!!!
>
> Still a newbie ;)
>
> I have tried to make the example from php manual working and have the
> following code:

[snip]

> This always ends up displaying "File not uploadet" + Filename. The file
> doesnt seem to upload at all. Im using IIS 5.1 and latest version of php.

Try:

print_r($_FILES);
print_r($_POST);

check that in php.ini you have

  file_uploads = On

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
I'm pretending that we're all watching PHIL SILVERS instead of RICARDO
MONTALBAN!
*/


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

Reply via email to