Hi,
I have a requirement for users to attach any number of "attachments" on a form. The catch is that the attachments can be a URL as well as a file. I want a single list with a mixture of these. The user would manage a single list, including deletion of items.
Obviously, I could develop all of this and just use Ajax uploader to upload one file at a time but, to make the purchase worth it, I would like to use the built in functionality as much as possible.
I'm wondering if I should either develop a custom attachment provider or use the custom data somehow but I can't find much documentation on these?
Can you point me in the right direction here?
Cheers