Presigned File Uploads for Application Form Submit

  • applicationForm.submit now accepts application/json requests in addition to multipart/form-data. When using JSON, file field values should contain a handle obtained from file.createFileUploadHandle.
  • file.createFileUploadHandle now supports the ApplicationForm context for uploading files that will be attached to application form submissions.
  • Existing multipart/form-data submissions continue to work unchanged.