{"id":5792,"date":"2014-04-07T09:10:44","date_gmt":"2014-04-07T09:10:44","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/07\/plupload-with-asp-net-forms-authenticated-handler-collection-of-common-programming-errors\/"},"modified":"2014-04-07T09:10:44","modified_gmt":"2014-04-07T09:10:44","slug":"plupload-with-asp-net-forms-authenticated-handler-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/07\/plupload-with-asp-net-forms-authenticated-handler-collection-of-common-programming-errors\/","title":{"rendered":"plupload with ASP.NET forms authenticated handler-Collection of common programming errors"},"content":{"rendered":"<p>I am trying to use plupload to upload files in ASP.NET. My upload handler ideally needs to be included in the forms authentication on my site, but it doesn&#8217;t work in this case. I can&#8217;t see the request that plupload makes in firebug, and don&#8217;t really understand what its doing. Is there any way to get around this problem?<\/p>\n<p>Here is my plupload initialisation code:<\/p>\n<pre><code>$(function () {\n    $(\"#uploader\").pluploadQueue({\n        runtimes: 'gears,flash,silverlight,browserplus,html5,html4',\n        url: '\/Handlers\/UploadImage.ashx',\n        filters: [\n            { title: \"Image files\", extensions: \"jpg,gif,png\" },\n            { title: \"Zip files\", extensions: \"zip\" }\n        ],\n        flash_swf_url: '\/Scripts\/plupload\/plupload.flash.swf',\n        silverlight_xap_url: '\/Scripts\/plupload\/plupload.silverlight.xap'\n    });\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I am trying to use plupload to upload files in ASP.NET. My upload handler ideally needs to be included in the forms authentication on my site, but it doesn&#8217;t work in this case. I can&#8217;t see the request that plupload makes in firebug, and don&#8217;t really understand what its doing. Is there any way to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5792","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5792","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=5792"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/5792\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=5792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=5792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=5792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}