You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
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
#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.
The text was updated successfully, but these errors were encountered: