We are planning to develop different solutions which allows to store the images and all other kind of digital media (like audio, video, documents (word, excel, pdf, zip etc..) )
Just in dilemma to decide how to store them.
Question 1:
Which would be the better way?? To store all these kind of digital media in Media field or store the files in a seperate folders and give the links to the file??
Question 2:
Would there be any performance issue if we use media fields to store heavy files?? How fast a 50MB file would be loaded into a blob field from outside the local area network??
I wrote an application that tracks hundreds of thoasands of JPEG and PDF applications in filemaker. I had to use links to the files in this situation. I have rewritten in Servoy using MS SQL as the backend. The coding is much more complex if you keep the individual files in a backend database.
To clarify my own comment. The coding is much more complex if you keep the individual files on a file server. It is much less complex if you keep the files in a backend database.