-1

I'm trying to get a file size before upload file in IE without ActiveX or like this but i can not find any solution to resolved this problem.

How to get file size before uploaded in IE?

S.A
  • 50
  • 14
  • 1
    possible duplicate of [Get file size before uploading](http://stackoverflow.com/questions/7497404/get-file-size-before-uploading) –  Oct 23 '14 at 06:33
  • What version of IE are you using? – Ruskin Oct 23 '14 at 06:34
  • 2
    ah, sorry: even better duplicate: http://stackoverflow.com/questions/7279055/javascript-to-check-filesize-before-upload-in-internet-explorer. You did zero research, did you? –  Oct 23 '14 at 06:39

1 Answers1

0

If you are using IE10+ then you can use a FileReader. See following for more information:

This does beg some other questions among the first I think of are:

  • How are you going to support older browsers?
  • Do you need to support other browsers or mobile browsers?
Ruskin
  • 5,721
  • 4
  • 45
  • 62