![Negando](http://static.forosdelweb.com/fdwtheme/images/smilies/negar.gif)
$nom_file = $_FILES['_f']['name'];
$source_file = $_FILES['_f']['tmp_name'];
$destination_file="/public_html/ftp_proy/1/".$nom_file;
a.- ftp_put($conn_id, $destination_file, $source_file, FTP_ASCII);
b.- move_uploaded_file($source_file, $uploaddir)
c.- copy( , )
y con niguna sube más de 2 Mb....
![Serio](http://static.forosdelweb.com/fdwtheme/images/smilies/molesto.png)
Asi q, lo que quiero saber como subir por pedazos, un archivo pesado....