1
0
Fork 0
mirror of synced 2024-08-20 04:31:20 +12:00
appwrite/app/sdks/php/docs/examples/storage/create-file.md
2019-10-21 21:03:06 +03:00

268 B

setProject('') ->setKey('') ; $storage = new Storage($client); $result = $storage->createFile(new \CURLFile('/path/to/file.png', 'image/png', 'file.png'), [], []);