🇦🇲Armenia as_vard Yerevan
@pfrenssen → I did not run the tests.
🇦🇲Armenia as_vard Yerevan
pfrenssen →
thanks for your replay. But even after the last changes, I am still can upload files larger than the maximum file size for that field and upload files whose format is not accepted for those fields. I am using Drupal 10.2.1. Tested on Postman: Screenshot
Could you please describe the steps that you use to test the webform_rest file upload API?
🇦🇲Armenia as_vard Yerevan
Has anyone faced the file upload size validation issue? I set the webform field file upload max size to 5MB, but it allows sending files larger than 5 MB.
🇦🇲Armenia as_vard Yerevan
Any news?
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
Here is the patch
🇦🇲Armenia as_vard Yerevan
🇦🇲Armenia as_vard Yerevan
diff --git a/modules/direct_checkout_by_url/direct_checkout_by_url.info.yml b/modules/direct_checkout_by_url/direct_checkout_by_url.info.yml
index dcc9d96dc..6d4164e9c 100644
--- a/modules/direct_checkout_by_url/direct_checkout_by_url.info.yml
+++ b/modules/direct_checkout_by_url/direct_checkout_by_url.info.yml
@@ -1,7 +1,7 @@
name: Direct checkout by URL
description: Provides a URL where you can send a user directly into checkout by a URL pattern.
core: 8.x
-core_version_requirement: ^8 || ^9
+core_version_requirement: ^8 || ^9 || ^10
type: module
dependencies:
- commerce:commerce_product