Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
2k views

File API returns "invalid/octet-stream" for pdf file in Firefox

I'm doing file upload which checks file mime type in browser. It's uses jQuery File Upload Plugin and works good everywhere except one user. For some reason file.type (html5 file api) returns "...
icem's user avatar
  • 757
4 votes
2 answers
26k views

How to get file creation date on browser using javascript or jquery

I need to find out the file creation date and file last modified date while uploading the xls file, I have to do some calculation on this 2 dates. By using below code I can easily get file last ...
Anant Waykar's user avatar