Mobius Forms 2 now support file-upload out of the box, and the code is a great foundation to refactor into anything you need.
New: File Upload into ADAM
The most important enhancement of Mobius 2 is file-upload. It uses the new SaveInAdam API but brings it one step further. Here's what it does out of the box:
- Add file-fields to your html-form, and these will automatically be serialized (using JavaScript) and sent to the WebAPI
- The files are automatically stored in the file-library-field of your content-type.
- Just give your html-input-field the right name, and it's stored in the right place
- Need multiple files in the same library-field (like screenshots)? Already covered!

New: Koi Support
Mobius 2 now uses Connect.Koi and supports both Bootstrapp 3 and 4 out-of-the-box.
Create your Own Solutions
You can basically use Mobius Forms 2 now and extend it to create your own forms saving into your content-types. OR you can copy the API code and do anything else with it.
Get your copy of Mobius 2 from the app-catalog or view the source on Github.
Love from Switzerland,
Daniel
PS: I'll release a recipe to tell you how to create your own APIs saving files into ADAM.