Bug Report:
Steps to reproduce:
- Open my custom GPT, select Configure
- Click Upload files
- select 3 PDF files (foo1.pdf, foo2.pdf, foo3.pdf) 37k, 131k, and 370k in size respectively
- browser displays "Error saving draft"
- I decide this error is not informative or actionable so I decide to troubleshoot further
- open my browser Edge dev tools I can see that the error is "FatalServerError: Cannot upload more than 20 files"
Expected result:
My 3 pdf files displayed under configure section signifying a successful upload and no error displayed. If I have exceeded total file upload maximum I should be prevented from doing so. If I'm attempting to upload too many files at once I should be prevented from doing so in the UI or at least given an error message indicating the issue. Make error messages informative and actionable for the users
Actual result:
My 3 pdf files displayed under configure section and an error is displayed "error saving draft" with no details on why it failed, if I've hit a cap or if there was a problem with the content of the pdf. I have to open Edge dev tools and then look in the console to see the FatalServerError: cannot upload more than 20 files" It would be great to have frontend validation to check the number of files before attempting to upload, preventing the error from occurring.
Additional information
Browser: Microsoft Edge for Business Version 121.0.2248.1 (Official build) dev (64-bit)
OS: Microsoft Windows 11 Enterprise 10.1.22.621 build 22621
