More Then one Fs.files and Fs.Chunks Collection To Store PDF
Hi,
A single PDF file would be stored into a single MongoDB GridFS collection. MongoDB GridFS interface (In this case C# driver) would automatically divides the file into parts/chunks. Please see MongoDB GridFS for more information
And Access Them Form Asp.Net C# Page.
I would recommend to review MongoDB C# Driver: GridFS getting started.
There are information and examples that would be useful to get started with your application.
Regards,
Wan.