Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support uploads to paths different than /wp-content/uploads #49

Closed
adamziel opened this issue Oct 17, 2022 · 1 comment
Closed

Support uploads to paths different than /wp-content/uploads #49

adamziel opened this issue Oct 17, 2022 · 1 comment

Comments

@adamziel
Copy link
Collaborator

adamziel commented Oct 17, 2022

#48 Introduced a support for file uploads. Unfortunately it introduces an assumption that all requests to /wp-content/uploads/* should be resolved from the WASM filesystem, and all other non-PHP requests should be resolved from the server where wordpress-wasm is hosted.

Let's relax that constraint and correctly serve the static files from either the server or the WASM filesystem regardless of their path.

@adamziel adamziel changed the title [Browser] Support uploads to paths different than /wp-content/uploads Support uploads to paths different than /wp-content/uploads Oct 22, 2022
@adamziel adamziel mentioned this issue Oct 4, 2023
10 tasks
@adamziel
Copy link
Collaborator Author

Solved in #702

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant