Recommend Presigned Uploads for Application Form Submit
5 days ago
- The Creating a Custom Careers Page guide now recommends the presigned flow. Inlining file bytes in a multipart request remains supported but is slower and less reliable.
applicationForm.submitsubmissions with file fields should use a handle fromfile.createFileUploadHandlein a JSON body. - The guide now describes the
applicationForm.submitsuccess response correctly: recorded responses come back in asubmittedValuesobject keyed by field path, not an array.

