Skip to content

Conversation

@andineck
Copy link
Contributor

@andineck andineck commented Feb 4, 2013

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"
}
]}

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"
  }
]}
aguidrevitch added a commit that referenced this pull request Feb 7, 2013
uploads json format has changed
@aguidrevitch aguidrevitch merged commit 815f050 into aguidrevitch:master Feb 7, 2013
@aguidrevitch
Copy link
Owner

thank you very much !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants