Hi I am trying to upload an image as input by the user. The image gets uploaded but the problem is that its not full.. the size of the image is manytimes half that of the original one and only half the part is visible..
any suggestions?
Have you checked the value of "upload_max_filesize" in php.ini?
yes. Its 8M. When I test in my local machine(OS is windows2k) the uplaod works fine.. But when I tried to do that in my linux server, there is a problem. I have checked upload_max_filesize in the server'c php.ini file. its 8M......
is this anything related to OS? I am using RH Linux 7.3 and apache's version is 1.3.
Hmm, you realize I'm grasping at straws, too...
Is your temp dir large enough and writable by the webserver?
Is the script timing out? (max_execution_time)
Anything in your webserver log, firewall logs, etc?