@(form: Form[_]) @import views.html.helper.bootstrap._ paperclips.example.com

Add Product Image

@helper.form(action = routes.FileUpload.upload2, 'enctype -> "multipart/form-data") { @helper.inputText(form("description")) @helper.inputFile(form("image"))
}