Now my problem is that I also want the "Choose Section and Category" part to be in the upload form and not just in the uploaded files list, (see image) as it makes more sence to have it here when it is required before you are able to upload anything.

I have managed to find and copy/move the "Section and Category dropdown", but it doesn't work as I guess I also need to add/change some code before it wille work.
The file I have modified is in components/com_phocadownload/views/user/tmpl/default_files.php
This is the code I have copied and moved to the upload form:
Code: Select all
<?php echo $this->listsfiles['sectionid']; echo $this->listsfiles['catid'];?>
