uploading file in PHP 5

why im having probleming in uploading file via HTTP?

previously i can upload files from using version 4.3.7 but now it cant upload it cant even print the value of the image i uploaded.

what do u think should be the problem or is there any changes from the programs and add additional DLL for this?Uploading in PHP5 works the same as uploading in PHP4. What's changed in your configuration? Obviously, the version number, but what about all the initialisation? Basically, solving this will be the same as solving exactly the same problem on PHP4.but i am not using unix nor linux

its on windows coz i do have my own webserver on my desktop so that i could test my script first before uploading it to my live server.

but eventually i encounter the problem in uploading and i dont know how to solve it.

maybe someone here just know what to do for me to fix my problem in uploading..

thank you in advance.Originally posted by osusano
but i am not using unix nor linux Who assumed you were? No-one here knows how your 4.3.7 install was configured, no-one knows how your 5 install is configured, no-one can tell you if you've got any differences in configuration, directory permissions or anything like that. Obviously, the difference must be in those, because the version number doesn't matter.

Oh, wait. I've already said this... does this thread help you? (<!-- m --><a class="postlink" href="http://bugs.php.net/bug.php?id=28395&edit=1">http://bugs.php.net/bug.php?id=28395&edit=1</a><!-- m -->)
 
Back
Top