How can i run code on the client side from a browser?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-06-10T20:39:02Z Indexed on 2010/06/10 20:42 UTC
Read the original article Hit count: 201

With LLVM and silverlight this may be possible now (or it may be possible with flash).

I like the user to select a file and then do the following things 1) Hash it with md5 and sha1 2) If archive check if an exe is in it 3) If archive check if password protected

The first to see if the user has uploaded it already (today, yesterday, last month) 2nd to prevent viruses 3rd i should be fine without but if i decide to not allow protected archives i can warn before the user uploads it.

How may i do this through the browser?

© Stack Overflow or respective owner

Related posts about browser

Related posts about archive-file