i have a unix server and i whant to upload a image from my local machine to that server.
my problem is i have no access to that server and also the the temp file which the image will upload in the server has no read,write permisions.
so i want to give read, write permisions manually so i can use that temp file (where that image will temperally stored) to upload my image to the directory i want.
please help me!!