Finding file size in javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sangeeta

    Finding file size in javascript

    Hi,

    Is there a way to find the size of an uploaded file using javascript?
    I am using <input type="file"/> for uploading the file in an aspx
    page.

    Thanks,
    Sangeeta
  • Laurent Bugnion, GalaSoft

    #2
    Re: Finding file size in javascript

    Hi,

    Sangeeta wrote:[color=blue]
    > Hi,
    >
    > Is there a way to find the size of an uploaded file using javascript?
    > I am using <input type="file"/> for uploading the file in an aspx
    > page.
    >
    > Thanks,
    > Sangeeta[/color]

    It's impossible in normal security conditions on the client.

    Laurent
    --
    Laurent Bugnion, GalaSoft
    Webdesign, Java, JavaScript: http://www.galasoft-LB.ch
    Private/Malaysia: http://mypage.bluewin.ch/lbugnion
    Support children in Calcutta: http://www.calcutta-espoir.ch

    Comment

    Working...