there is some database where I can save . mp3 files

Asked

Viewed 128 times

1

Good. my question is if there is any database I can use in which to store . mp3 files (php)

  • 5

    Why do you want to store this inside the comic book? It seems wasteful and excessive... It can better describe your goal and needs?

  • 1

    Use a cloud to store... Amazon files for example. Then just use the Amazon REST API to manage the files.

  • 1

    Well, you can use most banks to store any type of file with type blob (or binary), but this is not recommended.

  • If the file is too large can use the longblob field I just don’t know if it is possible to run mp3 from inside the db

  • but I want to work on an application that has an online database'

1 answer

3

Yes, you can store as type BLOB, but in general it is better to store in a folder of the application itself, except in specific cases, for the sake of performance, because this guy is too expensive for the database.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.