I have a requirement to use ajax uploader in a html layout as given in the attached asp.net web application. But whenever the ajax uploader goes outside the view port a new scrollbar becomes visible. I don't know how far I am able to explain this problem, but you can run the attached project and see by your self.
attachment: Web project using Ajax Uploader
Hi vijaysingh16,
Can you send me a screenshot to show how it looks like on your end? Can you send your example to [email protected] too? So we can check it.
Regards,
Ken
Pic - 1
Pic - 2
Please set <body style="overflow:hidden;"> for the body target, it should work.
Thanks for asking,
Thanks Ken,
This solves the problem.