How to validate file size in javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • govind161986
    New Member
    • Dec 2009
    • 21

    How to validate file size in javascript

    How do I validate a file size using javascript?

    Thanks in advance,

    Govind
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    have a look here

    Comment

    • govind161986
      New Member
      • Dec 2009
      • 21

      #3
      Thanks Gits for replying I tried using that code but it gives me an error "ActiveXobj ect" is not defined.

      Comment

      • gits
        Recognized Expert Moderator Expert
        • May 2007
        • 5388

        #4
        have you checked the last reply there ... even though this is only for IE ... so i would personally suggest to upload the file and check on the server ...

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Yep, if you want something reliable, check on the server. If you want something "instant" without a page reload, use Ajax.

          Comment

          Working...