Commit 94d3081
committed
json format has changed...
see:
https://groups.google.com/forum/#!searchin/jquery-fileupload/empty/jquer
y-fileupload/0q8PN2v0I28/pOYs76W-VsEJ
and: https://github.com/blueimp/jQuery-File-Upload/wiki/Setup
format:
{"files": [
{
"name": "picture1.jpg",
"size": 902604,
"url": "http:\/\/example.org\/files\/picture1.jpg",
"thumbnail_url":
"http:\/\/example.org\/files\/thumbnail\/picture1.jpg",
"delete_url": "http:\/\/example.org\/files\/picture1.jpg",
"delete_type": "DELETE"
},
{
"name": "picture2.jpg",
"size": 841946,
"url": "http:\/\/example.org\/files\/picture2.jpg",
"thumbnail_url":
"http:\/\/example.org\/files\/thumbnail\/picture2.jpg",
"delete_url": "http:\/\/example.org\/files\/picture2.jpg",
"delete_type": "DELETE"
}
]}1 parent 5add61f commit 94d3081
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments