Skip to content

Instantly share code, notes, and snippets.

@detournemint
Created May 22, 2014 18:11
Show Gist options
  • Save detournemint/3250eeba31c97cce84e0 to your computer and use it in GitHub Desktop.
Save detournemint/3250eeba31c97cce84e0 to your computer and use it in GitHub Desktop.
<div id="steps">
<h1> Steps </h1>
<h3>Step 1:</h3><label>Title: <input type='text' name='steps[1][title]'></label><label>Summary:<textarea name='steps[1][summary]'></textarea></label>
<label>Step Image: <input type="file" name="recipe[recipe_image]" accept="image/*" /></label> #thisone doesn't work
</div>
<label>Step Image: <input type="file" name="recipe[recipe_image]" accept="image/*" /></label> # this one works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment