Jason McNeill
Member since Apr 10, 2014
- Profile: /members/11797-jason-mcneill.htm
- Comments: 5
Recent Blog Comments By Jason McNeill
-
JSON.stringify() Will Recursively Call toJSON() If It Exists During Serialization In JavaScript
Posted on May 26, 2017 at 7:19 PM
Thanks for pointing this out Ben. Can you please revise your article with a link yo the Mozilla documentation that you found?... read more »
-
Chunking Amazon S3 File Uploads With Plupload And ColdFusion
Posted on Apr 23, 2014 at 4:12 PM
Re: deleting chunks following restitching, Amazon S3 Lifecycle lets you expire objects after a period of time. You could use this to expire the chunks: http://stackoverflow.com/a/13447574... read more »
-
Chunking Amazon S3 File Uploads With Plupload And ColdFusion
Posted on Apr 23, 2014 at 2:12 PM
@Ben: I didn't see the file "aws-credentials.cfm" among the code that you posted. Would you mind posting that file with at least some placeholder values?... read more »
-
Chunking Amazon S3 File Uploads With Plupload And ColdFusion
Posted on Apr 10, 2014 at 8:13 PM
This is really cool, Ben. Great work, and thanks for sharing it. Personally I've been searching for a way to allow authenticated users to upload chunked audio and video files directly to S3, so this post is very valuable to me. Also, I too am interested in how to mass-delete the chunks followin... read more »