#1•• Para subir varios archivos al servidor, no es php Spoiler: <html> <head> <!-- Copiar dentro del tag HEAD --> <script> extArray = new Array(".gif", ".jpg"); function LimitAttach(form, file) { allowSubmit = false; if (!file) return; while (file.indexOf("\") != -1) file = file.slice(file.indexOf("\") + 1); ext = file.slice(file.indexOf(".")).toLowerCase(); for (var i = 0; i < extArray.length; i++) { if (extArray[i] == ext) { allowSubmit = true; break; } } if (allowSubmit) form.submit(); else alert("Se permiten únicamente archivos con la extención: " + (extArray.join(" ")) + "nPor favor, seleccione otro archivo " + "e intente de nuevo."); } </script> </head> <body> <!-- Copiar dentro del tag BODY --> <form method="post" action="cgi-bin/tu-script.cgi" enctype="multipart/form-data"> <p><input type="file"> <input type="button" value="Enviar" onclick="LimitAttach(this.form, this.form.uploadfile.value)"> </p> </form> </body> </html> |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: elMediano, el 27/Oct/2004, 01:27 | 3 | 10k | Nov/04 |