Consulta también:
- Como subir archivos grandes usando php?
- Como abrir archivos mdf - Guide
- Abrir archivos msg - Guide
- Listar archivos en cmd - Guide
- Virus que oculta archivos - Guide
- Como pasar archivos grandes a usb - Guide
3 respuestas
o prueba buscando en esta página
http://www.miguelmanchego.com/2009/subir-archivos-usando-ajax-jquery/
http://www.miguelmanchego.com/2009/subir-archivos-usando-ajax-jquery/
muchas gracias amigo ya andaba yo preguntando como podía hacer eso pero ya encontré como solo tienes que agregar esto a tu .htaccess tiene que quedar de la forma que les presento abajo fue la única que me funciono...saludo desde http://www.mp3letras.com
#set max upload file size
php_value upload_max_filesize 20M
#set max post size
php_value post_max_size 20M
# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#set max upload file size
php_value upload_max_filesize 20M
#set max post size
php_value post_max_size 20M
# Do not remove this line, otherwise mod_rewrite rules will stop working
RewriteBase /
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]