Php: why my file upload code is not working correctly? [closed]?

Up vote -5 down vote favorite share g+ share fb share tw.

Php upload link|improve this question asked Jun 4 '11 at 12:27ravi186 20% accept rate.

2 Please define "not working". – deceze Jun 4 '11 at 12:27 1 You have two inputs with name="upload" for starters. – middaparka Jun 4 '11 at 12:28 this also not working – ravi Jun 4 '11 at 12:36 You also do not output the error, so you have no way of knowing if its working.

Is the directory writable? By the Server? – Colum Jun 4 '11 at 12:40 $_POST , not $_post, variables are case-sensitive.... – Wrikken Jun 4 '11 at 12:57.

You cannot name the file input and submit button the same. Rename the submit button to something else, such as upload_image. Then change if(isset($_post'upload')) to if(isset($_POST'upload_image')).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions