1 /*jslint 2 browser: true, 3 nomen: false, 4 debug: true, 5 forin: true, 6 undef: true, 7 white: false, 8 onevar: false 9 */ 10 var sc; 11 12 /** 13 * STUB 14 * 15 * opts = { 16 * content_type:'', // optional 17 * field_name:'', //optional, default to 'media; 18 * file_url:'', 19 * url:'', 20 * extra:{...} 21 * } 22 * @platformstub 23 * @member sc.helpers 24 */ 25 sc.helpers.HTTPUploadFile = function(opts) {};