I have a problem in uploading images on the server. I have tried on my localhost and its works fine, but when I upload on the server then file uploading doesn't work fine,file is not saving in the sarabase as well.
In your code change this line $HTTP_POST_FILES['image']['name'] to $_FILES['image']['name'] ..
Or check your folder path..
or post your required code...
I give you 99 out of a 100 that this is a permission problem on the temporary folder or final folder in which you are storing the uploaded files. Both folders must be writeable by "others". You can fix it by adding write permissions for others, with your ftp client, or else go to the shell and do "chmod o+x yourfolder".
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.