2

Is it possible to upload videos to mysql database(or another database) and then store them in this database but not on my own computer?

Steve
  • 55
  • 7

1 Answers1

1

Technically, yes. But you would almost certainly never do this (unless the files were very small), preferring instead to store the files in a file server, and only their paths and meta data in the database.

Strawberry
  • 33,750
  • 13
  • 40
  • 57