Uploading image to a web server || Small issue troubling me

Hello,

If possible need little help

but i do not see my image being uploaded on the server
What do i do ?

My c# code::
http://pastebin.com/JsQP9RtP

My php code::
http://pastebin.com/ciwnQjUR

Messages i am getting in the unity console-
upload done :Success! tmpName: /tmp/php0zS6CK size: 7313 mime: text/plain name: image3b48.png

Warning: move_uploaded_file(/image3b48.png) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/funiks/public_html/place/upload.php on line 10

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/php0zS6CK’ to ‘/image3b48.png’ in /home/funiks/public_html/place/upload.php on line 10

UnityEngine.Debug:Log(Object)
c__Iterator0:MoveNext() (at Assets/FileUpload.cs:32)

But i cant see my image anywhere, whats wrong ??

Point 2:: I want to select the image from my local drives, how can i do this ? [currently i am just passing the value]

point 1 is done,

only Point 2:: is left i.e.

I want to select the image from my local drives, how can i do this ? [currently i am just passing the value]

I tried this wiki solution-
http://wiki.unity3d.com/index.php?title=PopupList#C.23_Example_Class

But when i am trying to join it to an empty Game Object, getting a message-
cant add script behaviour. The script needs to derive from Monobehaviour

You can’t add that class directly - as the error says, it is not derived from MonoBehaviour and so you can’t attach it directly as a script. Check out the usage examples at the top of the same wiki page for more details on how to use the popup.

can you point me to a simple popup list c# example ?

I’ll be very thankful to you

** I need to do 2 things

  1. to open file from local drive
  2. pop up menu