delegateas / XrmMockup

Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
Other
71 stars 29 forks source link

Add file block upload handlers #238

Closed magesoe closed 2 months ago

magesoe commented 2 months ago

Adds boilerplate support for the three requiests

"InitializeFileBlocksUpload", "UploadBlockRequest", "CommitFileBlocksUploadRequest"

No file store implemented, but works for barebone testing in current customer.

Tested locally.