Skip to content

Commit 0b0a679

Browse files
committed
2 parents c2433bf + 11134c4 commit 0b0a679

4 files changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ $('#myEditor').markdownEditor({
110110
```
111111

112112
In your server side script you have to return an array of the **public path** of the successfully uploaded images in json format.
113+
113114
Example in PHP:
114115

115116
```php
@@ -126,6 +127,12 @@ if (! empty($_FILES)) {
126127
echo json_encode($uploadedFiles);
127128
```
128129

130+
Response example:
131+
132+
```
133+
["/path/to/my-picture.jpg"]
134+
```
135+
129136
## Shortcuts
130137

131138
The following shortcuts are available.

bower.json

100755100644
File mode changed.

src/bootstrap-markdown-editor.js

100755100644
File mode changed.

src/bootstrap-markdown-editor.less

100755100644
File mode changed.

0 commit comments

Comments
 (0)