Mark
Member since Nov 14, 2013
- Profile: /members/11409-mark.htm
- Comments: 2
Recent Blog Comments By Mark
-
Using BeforeUpload To Generate Per-File Amazon S3 Upload Policies Using Plupload
Posted on Apr 12, 2016 at 6:07 PM
Interesting approach - I'm also looking at per file upload URLs with plupload. I had thought I'd make a synchronous ajax request inside the beforeupload function, but I'm not sure if blocking the plupload processing is a great idea. It's good to see this approach remaining asynchronous.... read more »
-
Learning ColdFusion 8: Javascript Object Notation (JSON) Part I - Data Conversion
Posted on Nov 14, 2013 at 7:14 PM
I've come across a frustrating issue with DeserializeJSON(). The twitter API returns an "id" field and an "id_str" field. One has the id of the tweet as a number and the other as a string. The string version exists because javascript will truncate to 15 decimal places of accuracy... read more »