i am new in web services in php i don't now what is the behavior of ios to upload image so i write down my PHP code can anybody help me what is wrong in php code or there something wrong in ios code
$picName = $_FILES['name']['pic_data'];
move_uploaded_file($_FILES["file"]["tmp_name"], 'images/'.$picName);