diff options
Diffstat (limited to 'files/es/web/api/file')
-rw-r--r-- | files/es/web/api/file/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/api/file/index.html b/files/es/web/api/file/index.html index 006125622e..f23d046297 100644 --- a/files/es/web/api/file/index.html +++ b/files/es/web/api/file/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/File <p>Un objeto <code>File</code> es una especie específica de {{DOMxRef("Blob")}}, y puede ser utilizada en cualquier contexto que un Blob puede ser usado. En particular, {{DOMxRef("FileReader")}}, {{DOMxRef("URL.createObjectURL()")}}, {{DOMxRef("ImageBitmapFactories.createImageBitmap()", "createImageBitmap()")}}, y {{DOMxRef("XMLHttpRequest", "", "send()")}} aceptan tanto <code>Blob</code>s y <code>File</code>s.</p> -<p>Ver <a href="https://wiki.developer.mozilla.org/en-US/docs/Using_files_from_web_applications">Utilizando archivos desde aplicaciones web (Using files from web applications)</a> para más información y ejemplos.</p> +<p>Ver <a href="/en-US/docs/Using_files_from_web_applications">Utilizando archivos desde aplicaciones web (Using files from web applications)</a> para más información y ejemplos.</p> <p>{{InheritanceDiagram}}</p> @@ -34,7 +34,7 @@ translation_of: Web/API/File <dt>{{DOMxRef("File.lastModified")}}{{ReadOnlyInline}}</dt> <dd>Retorna el último tiempo que el archivo se modifico, en milisegundos desde la época de UNIX (1 de enero de 1970 a medianoche).</dd> <dt>{{DOMxRef("File.lastModifiedDate")}} {{Deprecated_Inline}}{{ReadOnlyInline}} {{Gecko_MinVersion_Inline("15.0")}}</dt> - <dd>Retorna la última fecha (en un objeto {{JSxRef("Date")}}<code><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a></code>) de modificación del archivo referenciada por el objeto <code>File</code>.</dd> + <dd>Retorna la última fecha (en un objeto {{JSxRef("Date")}}<code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date">Date</a></code>) de modificación del archivo referenciada por el objeto <code>File</code>.</dd> <dt>{{DOMxRef("File.name")}}{{ReadOnlyInline}}</dt> <dd>Retorna el nombre del archivo referenciada por el objeto <code>File</code>.</dd> <dt>{{DOMxRef("File.webkitRelativePath")}} {{Non-standard_Inline}}{{ReadOnlyInline}}</dt> @@ -45,7 +45,7 @@ translation_of: Web/API/File <dt>{{DOMxRef("File.size")}}{{ReadOnlyInline}}</dt> <dd>Retorna el tamaño del archivo en bytes.</dd> <dt>{{DOMxRef("File.type")}}{{ReadOnlyInline}}</dt> - <dd>Retorna el tipo <a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MIME </a>del archivo.</dd> + <dd>Retorna el tipo <a href="/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MIME </a>del archivo.</dd> </dl> <h2 id="Métodos">Métodos</h2> |