How can I get the size of a file using JavaScript (preferably using MooTools 1.2)?
feedback
|
|
If you're talking about the size of a file provided to an | |||
|
feedback
|
Local or remote? If it's remote, I would do an HTTP HEAD request and check the Content-Length field. | |||
|
feedback
|