Level 50
Hopefully the docs will get you there - it's not too different to just plain old php : http://laravel.com/docs/5.1/requests#files
1 like
Hi,
I'm just wondering, how can I create an simple upload file where the path name will store on the database and it will automatically save on my created folder. Then if I want to view it, I'm just gonna call the varchar path from my table. I can do this on php without framework(from scratch coding) but I don't know how can I put this on Laravel. I'm just in Fundamentals in Laravel. Anyone can help me.
<form action="" enctype="field-form" method="POST">
<input type="file" name="photo">
</form>
Thanks in advance! :D
Hopefully the docs will get you there - it's not too different to just plain old php : http://laravel.com/docs/5.1/requests#files
Please or to participate in this conversation.