Using JavaScript.:
How can I know the size of file.
for example:
the size of "C:\file.exe" file
Printable View
Using JavaScript.:
How can I know the size of file.
for example:
the size of "C:\file.exe" file
I don't think you can I'm afraid. Perhaps you can if you only want it to work in IE, then I think you can use the FSO object thing.
You need to use a server-side technology to achieve this I'm afraid.