jquery image upload with description

HTML:
<form action="/uploads">
  <label>Image description:
    <input type="text" name="description" />
  </label>
  <label>Image:
    <input type="file" name="image" />
  </label>
  <button type="submit">Who the hell needs jQuery?</button>
</form>
 
Back
Top Bottom