I am currently running PWS as a web server on windows 98. I have also installed PHP4 and i am trying to upload a file from my computer to my computer - as a test.
The problem is i cannot upload a file that is 1,37 MB large - though the default setting is 2 MB. I want to upload larger files - up to 30 Megs. What should i do?
I tried the 'ini_set' function, writing into the php.ini file 'upload_max_filesize=30M' and also 'upload_max_filesize=31457280', but it still doesn't work. What should i do??