23-07-25 08:05 AM
I'm facing an issue where my Blue Prism Interact form is not allowing .pdf file uploads, even though I've configured the form to accept .pdf files up to 1 MB in size. The file I'm trying to upload is just 281 KB, and I've confirmed it's a valid PDF. I’ve tried re-saving the PDF using tools like Adobe Acrobat, MS Word, and the Print-to-PDF option. I’ve also tried uploading in different browsers (Chrome, Edge), used Incognito mode, cleared browser cache, and ensured there are no security extensions or antivirus software blocking the upload.
On the server side, I verified that .pdf is correctly registered under MIME types in IIS. I’ve edited the appsettings.jsonto set a valid TempFilePath, and gave the Interact App Pool identity write permissions to that path. I also ran iisreset after making the changes. Despite all this, PDF and document uploads still fail, while other file types like .jpeg and .png upload successfully. I even created a brand-new form with just one upload control, allowed all common extensions, and still couldn’t upload a PDF. At this point, everything else works fine, and the issue seems specific to file uploads only.
Please suggest if there is something else that I can try to make it work.
Answered! Go to Answer.
28-07-25 08:55 AM
Hi Anushka
Do you preface the extension with "." in the Accepted extensions field, i.e. ".pdf"? If so, remove it (so it would be "pdf, docx, xlsx, csv, jpg, jpeg, csv"), save the edit and then try using the upload field.
23-07-25 02:22 PM
So others can potentially provide a troubleshooting recommendation here, could you please provide more details about what occurs when the upload fails? For example:
23-07-25 05:30 PM
Thanks for replying! To answer your questions,
28-07-25 08:55 AM
Hi Anushka
Do you preface the extension with "." in the Accepted extensions field, i.e. ".pdf"? If so, remove it (so it would be "pdf, docx, xlsx, csv, jpg, jpeg, csv"), save the edit and then try using the upload field.
28-07-25 05:03 PM
This worked! Thank you!