Skip to content

Conversation

@Artur-
Copy link
Member

@Artur- Artur- commented Nov 4, 2025

Switch the default upload format from 'multipart' to 'raw' binary uploads.

BREAKING CHANGE: The default upload format has changed from 'multipart' to 'raw'.
Existing applications that rely on multipart/form-data uploads must now explicitly
set upload-format="multipart" to maintain the previous behavior.

Changes:

  • Change uploadFormat default value from 'multipart' to 'raw'
  • Update documentation to reflect new default
  • Fix existing tests to explicitly use 'multipart' where needed
  • Update test names to clearly indicate which format they test

Migration guide:

  • If your backend expects multipart/form-data, add upload-format="multipart":
  • If your backend accepts raw binary (recommended), no changes needed

Switch the default upload format from 'multipart' to 'raw' binary uploads.

BREAKING CHANGE: The default upload format has changed from 'multipart' to 'raw'.
Existing applications that rely on multipart/form-data uploads must now explicitly
set upload-format="multipart" to maintain the previous behavior.
@Artur- Artur- force-pushed the web-components-upload-xhr-default branch from 2b72225 to d2afe30 Compare November 4, 2025 16:59
@Artur- Artur- marked this pull request as ready for review November 4, 2025 16:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 4, 2025

@Artur- Artur- requested review from rolfsmeds and yuriy-fix November 6, 2025 19:52
@sissbruecker sissbruecker merged commit 5fe3f38 into main Nov 7, 2025
9 checks passed
@sissbruecker sissbruecker deleted the web-components-upload-xhr-default branch November 7, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants