Hi jaydev,
I just tested your site and the page you provided.
1. Test page http://gen2clients.com/uic_radio/uRo58LgD/testuploader.php works fine for me, I tried a file large than 6M.
It works on upload type “silverlight”, if I use upload type ” flash”, will get the same problem.
Try set temp directory for upload, follow the thread below to set it and try again.
http://cutesoft.net/forums/thread/53765.aspx
2. The code below you set in the page you sent to me. I am not sure set in the page and set in php.ini will has some different or not, the if set in page, I will get some errors on my end. So can you try set in php.ini and try again?
ini_set("post_max_size","100M");
ini_set("upload_max_filesize","100M");
ini_set('meemory_limit','200M');
Keep me posted.
Regards,
Ken