
Video tutorial que te enseña como crear un Uploader de Imágenes con php.
Puede utilizarse para subir cualquier tipo de archivo a tu servidor usando php simplemente configurando un poco.
Funciones PHP Utilizadas:
id_uploaded_file();
http://php.net/manual/es/function.is-uploaded-file.php
stristr();
http://php.net/manual/es/function.stristr.php
explode();
http://php.net/manual/es/function.explode.php
move_uploaded_file();
http://php.net/manual/en/function.move-uploaded-file.php
count();
http://php.net/manual/en/function.count.php
Aquí está el código fuente para los que quieran experimentar con el:
https://mega.nz/#!PhpAlZAJ!VC4sZ1jzXm2GG3Wis9Kyj0F46RuUCMvAFMRlnBr94uo