Hi guys,
I have a project where I need to allow the customer to upload some files in connection with an Order.
The number of files can vary and I want to avoid defining 10 File fields on the order.
What would be the best approach for handling this?
I was thinking about using the FileManager module and create a Folder for each Order where the files will reside.
Is there a better way to handle it?
Thank you,
Adrian