score:0

to answer the first question, you could serve a big file (50mb is big) from a web server. it would be very slow and inefficient to do that.

which alludes to the second question; should you use a database like mysql instead? you should probably use a database, and access and serve the parts of that data that you need as it is needed. you could use mysql, or some other database for this, there are lots of options.


Related Query

More Query from same tag