Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-2765

[GridFs] - Provide ability to append binary data in existing file

    • Type: Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: GridFS
    • Labels:
      None

      The idea to be able to append new binary data into existing files is interesting for use cases such as a resumable file upload where the application server receives the data in chunks and has to append it into an existing fs.file.

      The C# Driver exposes this functionality if you use MongoGridFSStream Class.
      The idea is basically to get a stream of the file write your new bits in the end and close the file.

            Assignee:
            ross@mongodb.com Ross Lawley
            Reporter:
            gustavodegeus Gustavo de Geus
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: