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
@katinthehatsite found if you try to upload a file with dots followed by spaces in the filename it won't be recognized and the file will not be uploaded.
On Playground web it creates an "empty" file.
On wp-now it throws an error about
uploading-png-fails-playground.mp4
Steps to reproduce:
Download this file, or rename any png/jpg file to contain some dots in the middle of the name, like 2024.04.05 fails.png
Applies decodeURIComponent() to dispatched paths in PHPRequestHandler.
It solves the following problem: If you try to upload a file with dots followed by spaces in the filename it won't be recognized and the file will not be uploaded.
Closes#1202
## Testing instructions
* Go through steps from #1202
* Confirm the unit tests pass
Applies decodeURIComponent() to dispatched paths in PHPRequestHandler.
It solves the following problem: If you try to upload a file with dots
followed by spaces in the filename it won't be recognized and the file
will not be uploaded.
Closes#1202
## Testing instructions
* Go through steps from #1202
* Confirm the unit tests pass
@katinthehatsite found if you try to upload a file with dots followed by spaces in the filename it won't be recognized and the file will not be uploaded.
uploading-png-fails-playground.mp4
Steps to reproduce:
2024.04.05 fails.png
I would expect the files are uploaded to the WordPress site.
The mentioned files work fine on a regular WordPress installation.
The text was updated successfully, but these errors were encountered: