Welcome Guest, Not a member yet? Register   Sign In
Need help to get file size while uploading
#1

[eluser]nandish[/eluser]
I try to avoid uploading images according to file size but the thing is am not able to get file size with the help of javascript



function getFilesize(){
var size = document.images['uimgs'].fileSize;
return size;
}
function validate(){
alert(getFilesize()Wink;
}
If i run this script its return undefined in both IE AND FIREFOX


Thanks in Advance


Messages In This Thread
Need help to get file size while uploading - by El Forum - 08-02-2008, 06:01 AM
Need help to get file size while uploading - by El Forum - 08-02-2008, 12:09 PM
Need help to get file size while uploading - by El Forum - 08-02-2008, 02:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB