Hi,
I am using the file upload object to upload files, I am limiting the upload to only pdf(s), and allowing multiple files to upload. A user is having an issue when they upload a file it appears to attach and show the PDF(s) as being attached.
They then submit the form, but when receiving the post request, the file content is missing the base64 url and just shows a newline character.
I have seen and watched the user upload the file and open the file before attaching the file to show that it is a legitimate PDF. There appears to be no issues with the PDF itself. I have had the user try to user different browser as well, with no success.
I am not sure what could be causing this, I haven't seen this particular issue before.
Any assistance would be greatly appreciated.
Thank You!