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

  •  12-28-2009, 5:05 PM

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

    hey
     
    I need something like this script
     
    <script type="text/javascript">

    var count=0;

    function CuteWebUI_AjaxUploader_OnSelect(files)

       {
     
          count+=files.length;

          alert("you selected "+count+" files");

       }

       </script>

     
    and the alret will be : the maximum alowed size of all the file is 200 mega .
     
    somebody can help me with this script ?  im sure that this script can be helpful for aloot o paeople here.
View Complete Thread