This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[adjuntos] muestra mensaje para el código de error
en el caso de fallo durante la subida de archivos, el servidor responde un JSON con el código y mensaje de error originado por PHP para ser utilizado en la vista. Ver la lista de errores: http://www.php.net/manual/en/features.file-upload.errors.php
- Loading branch information
Showing
1 changed file
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Estos mensajes deberíamos manejarlos mejor como variables de lenguaje para brindar internacionalziación
Saludos