Topic: Joomla Component (using Plupload) as Menu Item Behaves Differently
Hi. I'm building a Joomla component for customer feedback that includes a file upload component using Plupload. The component works when I use a direct URL, i.e. www.website.com/index.php?option=com_contactus , but when I place it in a menu item, files don't get uploaded to the folder that gets created and instead a folder is created for each file. The menu item URL is: www.website.com/index.php/pages-2/contact-us . I suspect that paths get changed for menu items in Joomla, but not sure why this would happen.
Does anyone have any ideas what is going on here and how I can fix it?
Thanks.