Download all files to {JOOMLA}/libraries/windwalker-bundles/SMSAjaxImageBundle
.
Use container to register it.
$option = array(
'handler' => 'com_ihealth',
'basePath' => 'tmp/reservation',
'uploadFolder' => ':session',
'clearPeriod' => 2
);
$container->registerServiceProvider(new AjaxImageProvider('reservation', $option));
Working...