You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<textareaclass="wysi"placeholder="Enter text ..."></textarea>
35
36
```
36
37
37
38
38
39
Handlers
39
-
40
+
--------
40
41
You have to write your own handlers. See examples files included: imagelist.php and upload.php
41
42
42
43
imagelist.php
43
-
44
+
-------------
44
45
When you change the name / uri you have to change it in custom_image_and_upload_wysihtml5.js too
45
46
returns a list of images in json format
46
47
```json
@@ -51,7 +52,7 @@ returns a list of images in json format
51
52
52
53
53
54
upload.php
54
-
55
+
----------
55
56
When you change the name / uri you have to change it in custom_image_and_upload_wysihtml5.js too
56
57
A multipart/form-data request is send to the handler like: Content-Disposition: form-data; name="file1"; filename="images.png" you can catch this with any server side language.
57
58
Returns status:0 on failure or status:1 on success both json encoded.
0 commit comments