move_uploaded_file in PHP...how to incease file size allowed?

move_uploaded_file($_FILES['filename']['tmp_name'], $target_path

that line is used to copy files to specify folder however file size allowed has a limit how do i increase this limit because if i try to move files over a certain Kb nothing happens
 
Back
Top