but the picture in the folder not found
it is so much easier ;)
use the F3 Web Class... like \Web::instance()->receive();
that's all for the basic usage.. otherwise look into this one:
https://github.com/bcosca/fatfree/blob/master/lib/web.php#L128
$f3->route('GET /upload', function($f3){
$f3->set('timestamp',time());
echo Template::instance()->render('uploadify/index.html');
});
$f3->route('POST /upload', function($f3){
$f3->set('UPLOADS','data/');
\Web::instance()->receive(null,false,false);
});
Internal Server Error
Fatal error: Maximum function nesting level of '100' reached, aborting!
Fatal error: Maximum function nesting level of '100' reached, aborting!
Fatal error: Maximum function nesting level of '100' reached, aborting!
=(