Handmade by talented professionals
About
Products
XFileSharing Pro
XVideoSharing
XImageSharing
XFileMirror
Support
Community forum
Knowledge base
Support Portal
Premium Support
Contact
Knowledge Base
Knowledge Base
/
XFilesharing Pro
/
Troubleshooting
- Select Category -
Knowledge Base Home
-- General
-- XFilemirror
-- XFilesharing Pro
-- -- How to ...
-- -- Performance tuning
-- -- Troubleshooting
-- XVideoSharing
Cloudflare R2 uploads not working
04/09/2025 06:12 PM
Question
Answer
Go to your bucket settings and apply the following CORS policy:
[
{
"AllowedOrigins": [
"*"
],
"AllowedMethods": [
"GET",
"PUT"
],
"AllowedHeaders": [
"*"
]
}
]