Skip to content

Instantly share code, notes, and snippets.

@johnzangwill
johnzangwill / custom3.html
Created September 28, 2014 17:28
Plupload Silverlight problem with hidden uploader. Attempted workaround
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Custom example</title>
<!-- production -->
<script type="text/javascript" src="../js/plupload.full.min.js"></script>
@johnzangwill
johnzangwill / custom2.html
Created September 28, 2014 10:34
Plupload Silverlight problem with hidden uploader. Attempted workaround
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Custom example</title>
<!-- production -->
<script type="text/javascript" src="../js/plupload.full.min.js"></script>
@johnzangwill
johnzangwill / custom1.html
Created September 27, 2014 18:13
Plupload Silverlight problem with hidden uploader
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Plupload - Custom example</title>
<!-- production -->
<script type="text/javascript" src="../js/plupload.full.min.js"></script>