This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"display_date": "2003", | |
"medium": "Site specific composition", | |
"title": "Emersion", | |
"thumbnail_mimetype": "image/jpeg", | |
"thumbnail": "crypth.jpg", | |
"calendar_date": "1980-01-01 00:00:00", | |
"thumbnail_path": "30353_crypth.jpg", | |
"images": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Rails layout file: | |
<script> | |
function authToken(){ | |
return '<%= form_authenticity_token if protect_against_forgery? -%>'; | |
} | |
</script> | |
In FileUploader init code: | |
uploader = new qq.FileUploader({ | |
... |
NewerOlder