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]