mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-11 23:56:24 -07:00
Update README.md
This commit is contained in:
parent
b9c8e583fb
commit
4d9cc90fc7
1 changed files with 2 additions and 3 deletions
|
@ -23,10 +23,9 @@ All available options:
|
||||||
|
|
||||||
### Uploading/Downloading Files
|
### Uploading/Downloading Files
|
||||||
```php
|
```php
|
||||||
$path_to_file = "folder/my-image.png";
|
$path_to_file = "folder/image.png";
|
||||||
$optional_file_name = "image.png";
|
|
||||||
|
|
||||||
$space->uploadFile($path_to_file, $optional_file_name);
|
$space->uploadFile($path_to_file);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue