1
0
Fork 0
mirror of synced 2024-09-09 14:21:24 +12:00
appwrite/app/sdks/php/docs/examples/storage/create-file.md
2019-10-01 21:10:33 +03:00

260 B

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