well the emotion above can tell you how frustrated i am...
here is the issue:
I have a windows 2003 server with IIS 6, mysql 5 and php 5 installed and configured on it. Php websites are running fine on it with mysql database accepting transactions.
I have a webpage that uploads files to webserver and saves in webpage sub directory (./store/files/), their links and other information is stored to mysql server database.
remember that the file upload is successful on a WAMP server when i test the site locally.
But its not working on the IIS webserver.
php.ini file has max post data and max_file size variables configured as 20 MB
i have also allowed users to read, run scripts, write, browse the web directory in IIS configuration.
When i try to upload a file, File upload Successful msg is shown as per script, the record is saved in mysql database
BUT.....
The file is not there in the subdirectory (./store/files/)
Same code is running perfectly with wamp server (php, mysql, apache)
navigate to website/admin page to upload files
code with database table info is attached....
pleaseeeeeeeeeeeeeeee help