<div dir="ltr">Buenas, tengo problema cuando quiero subir un archivo y moverlo a la carpeta deseada: este es el error que tira<div><br></div><div><br></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)">Warning: chmod(): Operation not permitted in /var/www/Tesis/subir.php on line 22 Call Stack: 0.0005 332632 1. {main}() /var/www/Tesis/subir.php:0 0.0007 333052 2. chmod() /var/www/Tesis/subir.php:22 </span></div>
<div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)">Warning: move_uploaded_file(/home/leandro/www/Tesis/images/Curriculum.doc): failed to open stream: Permission denied in /var/www/Tesis/subir.php on line 28 Call Stack: 0.0005 332632 1. {main}() /var/www/Tesis/subir.php:0 0.0010 333040 2. move_uploaded_file() /var/www/Tesis/subir.php:28 </span></div>
<div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)">Warning: move_uploaded_file(): Unable to move '/tmp/phpDZ8Nmh' to '/home/leandro/www/Tesis/images/Curriculum.doc' in /var/www/Tesis/subir.php on line 28 Call Stack: 0.0005 332632 1. {main}() /var/www/Tesis/subir.php:0 0.0010 333040 2. move_uploaded_file() /var/www/Tesis/subir.php:28</span><br>
</div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)"><br></span></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)"><br>
</span></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)">el codigo del php es este:</span></div><div><span style="color:rgb(0,0,0);font-family:'Times New Roman';font-size:medium;background-color:rgb(206,225,232)"><br>
</span></div><div><span style="background-color:rgb(206,225,232)"><font color="#000000" face="Times New Roman" size="3"><div><span class="" style="white-space:pre">              </span><form enctype="multipart/form-data" action="" method="post"></div>
<div><span class="" style="white-space:pre">                    </span><input type="file" name="archivo"><br><br></div><div><span class="" style="white-space:pre">                   </span><input type="submit" name="subir" value="Subir"></div>
<div><span class="" style="white-space:pre">            </span></form></div><div><span class="" style="white-space:pre">      </span></div></div><div></div></div><div><?php </div><div><br></div><div><span class="" style="white-space:pre">   </span>if(isset($_POST["subir"]))</div>
<div><span class="" style="white-space:pre">    </span>{</div><div><span class="" style="white-space:pre">          </span>chmod("/home/leandro/www/Tesis",0777);</div><div><span class="" style="white-space:pre">           </span>if(is_uploaded_file($_FILES["archivo"]["tmp_name"]))</div>
<div><span class="" style="white-space:pre">            </span>{<span class="" style="white-space:pre">         </span></div><div><span class="" style="white-space:pre">                   </span>move_uploaded_file($_FILES["archivo"]["tmp_name"], "/home/leandro/www/Tesis/images/".$_FILES["archivo"]["name"]);</div>
<div><span class="" style="white-space:pre">            </span>}</div><div><span class="" style="white-space:pre">  </span>}</div><div>?></div><div><br></div><div>Si alguien me pudiera ayudar se lo agradeceria</div></font></span></div>
</div>