Skip to content

Instantly share code, notes, and snippets.

@allenrabinovich
Created March 7, 2012 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allenrabinovich/1996736 to your computer and use it in GitHub Desktop.
Save allenrabinovich/1996736 to your computer and use it in GitHub Desktop.
Uploader Select Button Markup
<div id="fileselection" style="position:relative;width:200px;height:30px" class="yui3-uploader-content">
<button type="button" class="yui3-button" tabindex="-1" style="width: 100%; height: 100%;">Select Files</button>
<div id="uploaderyui_3_3_0_1_1331159194568_61" style="position:absolute; top:0px; left: 0px; margin:0px; width:100%; height:100%">
<object id="yuiswfyui_3_3_0_1_1331159194568_76" type="application/x-shockwave-flash" data="assets/flashuploader.swf" width="100%" height="100%"><param name="wmode" value="transparent"><param name="allowScriptAccess" value="always"><param name="allowNetworking" value="all"><param name="scale" value="noscale"><param name="flashVars" value="yId=yui_3_3_0_1_1331159194568_1&amp;YUISwfId=yuiswfyui_3_3_0_1_1331159194568_76&amp;YUIBridgeCallback=SWF.eventHandler&amp;allowedDomain=localhost"></object>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment