This component comes up with an 'unable to move uploaded file to media folder' error whenever I have tried to test it. This includes both on a windows server and a unix server, on installations of Joomla that have other components already installed without issues.
Owner's reply:
It looks like you currently might have set the configuration for php_upload to too low a setting. com_tinmw-1.0.0-stable.zip is a 6MB file.
The first possible change you can make is to your php.ini file, which may be either in /etc/php.ini or /etc/php5/apache/php.ini (in my case)
Look for the line that says:
upload_max_filesize=2M
And change that to 8M to be safe, then make the upload.
Try making the following change/addition in .htaccess to change the upload limit.
php_value upload_max_filesize 6M
I'm sorry for our late response. We've been getting really excited at the technical prospects of both iaclminus and tinmw that we've been blind to our existing users.