Created
March 7, 2012 22:30
-
-
Save allenrabinovich/1996736 to your computer and use it in GitHub Desktop.
Uploader Select Button Markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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&YUISwfId=yuiswfyui_3_3_0_1_1331159194568_76&YUIBridgeCallback=SWF.eventHandler&allowedDomain=localhost"></object> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment