javascript - Mime type for archive -


i trying upload archive file taken through <input type=file> in html, calling servlet using javascript.

in javascript trying mime type of it, giving type ""(means empty). how can identify whether archive?

looks there isn't 1 mime type archives, each have own (if have 1 @ all).

have this wikipedia article more info.


Comments

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -