determine file size before uploading?
-
Hello, I would like to ask, is there any way to determine file size before uploading with javascript? thanks
It is never late to learn
-
Hello, I would like to ask, is there any way to determine file size before uploading with javascript? thanks
It is never late to learn
-
Helo, don't make javascript able to read file (informations) locally (on client) !! Better: Use PHP or other serverside functions to get filesize. Cu.
No! If he wants to UPload a file, it's on the client, so the client is the right place to find out the size. See my answer to OP for more info. Peter
Software rusts. Simon Stephenson, ca 1994.
-
Hello, I would like to ask, is there any way to determine file size before uploading with javascript? thanks
It is never late to learn
The JavaScript security model does not allow access to the client's file system, so there is no direct way. You can use either an ActiveX object X| or a Java applet X|. Either way, you'll need the user's permission. Google for "javascript file size" and you'll find some discussions of the problem. Cheers, Peter
Software rusts. Simon Stephenson, ca 1994.
-
Hello, I would like to ask, is there any way to determine file size before uploading with javascript? thanks
It is never late to learn
Dirty way by javascript Using javascript check uploaded file size, which is uploaded by a file upload control[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
** -
Dirty way by javascript Using javascript check uploaded file size, which is uploaded by a file upload control[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
**... which just uses ActiveX
Software rusts. Simon Stephenson, ca 1994.
-
... which just uses ActiveX
Software rusts. Simon Stephenson, ca 1994.
That's probably why Raja said "dirty way". ;)