Skip to content

Instantly share code, notes, and snippets.

@nickbewley
Created March 18, 2015 20:50
Show Gist options
  • Save nickbewley/e922280c87166ae37ff1 to your computer and use it in GitHub Desktop.
Save nickbewley/e922280c87166ae37ff1 to your computer and use it in GitHub Desktop.
Axure File Upload and Save — Create Input
$("div[data-label=FileInput]").append("<input type='file' id='UploadInput' style='position:relative; float:left; opacity:0; font-size: 400px; width: 100%; height: 100%;'>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment