Level 51
Form::file('image', ["capture" => "camera"])
1 like
Many apologies if this is a silly wicked newb question but - if ya don't know ya gotta ask...
I have a form I am using Form::file('image') in to upload images files. All is grand. This tut is very helpful - http://tutsnare.com/upload-files-in-laravel/
What I am after now is a way to add the HTML5 capture attribute to the field.
Any ideas?
Thanks!
Form::file('image', ["capture" => "camera"])
Please or to participate in this conversation.