Hi there,
I have turned off delayed loading but I am still experiencing intermittent issues with attachments. Sometimes the files attached, and sometimes it doesn't. The attachments look like they are attached, but they don't make it through to my Sharepoint List.
I have a form that users complete and attach 1 or 2 files (I have set maxattachments to 4) to upload to a sharepoint list. It is working for some users, but not others.
I can't be sure, but it's also possible that some of my users might be clicking the Submit Form button too early!? But I have tried to find some code to only display the Submit Button once the files have successfully loaded, or at least showing them a loading spinner on screen while the attachment/s load, but I can't find any solutions online after hours and hours of searching.
Also how do I get the files to Save, before they click SubmitForm? Just to rule out this being the issue. They currently say 'unsaved'. Could this be the issue?