Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-484

C# GridFS driver fails for large files >2GB

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor - P4
    • Resolution: Done
    • 1.4.2
    • 1.5
    • None
    • Windows 2003 Server x64
    • Fully Compatible

    Description

      Files larger than 2GB size uploads with incorrect size in header due to (integer) truncation problem Download of the same file subsequently fails with message about MD5 failure. The problem is file MongoGridFS, Upload method, line 788. The line "var length = 0" should be changed to "long length = 0;" or force the 0 value to a long.

      Attachments

        Activity

          People

            robert@mongodb.com Robert Stam
            ga gani.agabin@kla-tencor.com
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: