Hi All
Looking for some advice on using file attachments in SmartForms List View
The smartform I'm using needs the ability to upload attachments and then when required show these to the user in a list view. They must also be able to download to PC if required.
I've created a customer SmartBoix SO to store the attachments which works fine.
However the issue I have is that when I'm using the GetList method on the view the performance is really poor because I'm guessing the attachments are being loaded into the browser. My idea is that I have I can just show the attachment name and then when the user clicks on the name it triggers a Load method to go away and fetch the file.
Any general comments on how people are doing this and general use of attachments in Smartforms much appreciated
thanks
Paul