Re: Can I limit the upload size of all files ?

  •  12-29-2009, 7:45 AM

    Re: Can I limit the upload size of all files ?

    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 . :)
View Complete Thread