Sql file extension type

后端 未结 4 2085
面向向阳花
面向向阳花 2021-01-04 10:23

What is the sql extension type?
I want to upload to some folder in my server only .sql files.
I know that for txt is text/plain. what is for sql f

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 11:06

    The official answer according to IANA is application/sql. See http://www.iana.org/assignments/media-types/media-types.xhtml and http://tools.ietf.org/html/rfc6922

    However, since lots of people don't bother to read documentation you might also want to accept text/sql, text/x-sql and text/plain.

提交回复
热议问题