Hi, I'm noob to this framework. Trying new when I get some time in between. Please help me out with the below.
For posting from a form I do the following
<?php
$email = $app->request->post('email');
?>
So, how can I post an image into a variable? I mean, how to receive an image from a form?
Please also let me know if any good tutorials are available for this online?
Thanks in advance.