angst
04-16-2004, 02:38 PM
Hello,
I've got a file upload script in VB/ASP,
what i would like to do is have the upload script show the speed that it's uploading at, i've seen this done before, but have no idea how to do it.
from what i understand i need to use jscript ( client side ) to get the file size, and time it while it's uploading to find out what the upload speed it.
so i guess my first question is how can i get the file size through the file form input box,
second question is how can i time it using jscript? i think this one is simple,, i'm sure i could look it up, but i can't find anything on how to get the file size.
thanks in advance for any help you can offer!
Ken
I've got a file upload script in VB/ASP,
what i would like to do is have the upload script show the speed that it's uploading at, i've seen this done before, but have no idea how to do it.
from what i understand i need to use jscript ( client side ) to get the file size, and time it while it's uploading to find out what the upload speed it.
so i guess my first question is how can i get the file size through the file form input box,
second question is how can i time it using jscript? i think this one is simple,, i'm sure i could look it up, but i can't find anything on how to get the file size.
thanks in advance for any help you can offer!
Ken