Hi all,
I have a component where website visitors fill in a form and the form also has file upload fields.
In my model I have a save method that saves the form data and handles the uploaded files.
For the file upload I have a simple field of this type in my form.xml:
<field name="report" type="file" accept="image/*,.pdf" required="true" />
This all works fine.
Now what I would like, is to use the ajax file uploader that's built into Joomla and that is used when installing extensions. Does anyone have example code how to use this ajax file uploader in own components?
Thanks,
René