thenk you .
but the part :
count+=files.length;
alert("you selected "+count+" files");
alert("total size" + size);
if(size>200*1024*1024)
{
alert("the maximum alowed size of all the file is 200M ");
}
dont show to me never .
and i need to not alow to upload the file if the size of all the files move the 200 mega , how can i do it ?
thenk you . :)