mimes.json 219 B

12345678910111213
  1. [{
  2. "mimetype1":"text/plain",
  3. "description": "Plain text file",
  4. "extensions": "txt",
  5. "isenabled": true
  6. },
  7. {
  8. "mimetype1":"application/octet-stream",
  9. "description": "Binary file",
  10. "extensions": "bin",
  11. "isenabled": true
  12. }
  13. ]