uppy/examples/php-xhr
2025-07-01 14:55:41 +02:00
..
.gitignore example: migrate php-xhr to ESM (#4009) 2022-08-19 10:56:38 +02:00
index.html meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
main.js Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
package.json build(deps-dev): bump vite from 5.4.16 to 5.4.17 (#5707) 2025-04-09 15:29:48 +02:00
README.md meta: enable prettier for markdown (#5133) 2024-05-02 11:35:55 +02:00
server.php examples/php-xhr: Added filename sanitation and file size check before saving (#4432) 2023-05-26 11:13:07 +02:00

Uppy + PHP Example

This example uses PHP server and @uppy/xhr-upload to upload files to the local file system.

Run it

To run this example, make sure you've correctly installed the repository root:

corepack yarn install
corepack yarn build

That will also install the dependencies for this example.

Then, again in the repository root, start this example by doing:

corepack yarn workspace @uppy-example/php-xhr start