
16/02/2002, 15:47
|
| | Fecha de Ingreso: enero-2002
Mensajes: 53
Antigüedad: 23 años, 4 meses Puntos: 0 | |
Re: Tamaño de archivo Corregí el código pero seguimos en las mismas
<html>
<body>
<% Set archivo = Server.CreateObject("Scripting.FileSystemObje ct")
Set prueba = archivo.GetFile("logo.gif")
tamanio = prueba.size
response.write tamanio%>
</body>
</html>
Nuevamente gracias :) |