Hi folks,
We're creating a survey where people need to upload some files. We'd like to send the results to SurveyJS service, but we just noticed there is a 64KB file size limit? We got the following message after attempting to upload a file.
JSON{"Message":"The remote server returned an error: (400) Bad Request.\\nPropertyValueTooLarge: The property value exceeds the maximum allowed size (64KB). If the property value is a string, it is UTF-16 encoded and the maximum number of characters should be 32K or less.\\nRequestId:29291a75-4002-00bf-7b2e-931b86000000\\nTime:2020-09-25T11:25:36.4146500Z"}
(In the survey the "Maximum file size in bytes" is set to 0.)
Is there any way to increase this limit? We'd be happy to pay for a subscription, but there doesn't appear to be paid plans at the moment.
I would also like to recommend communicating this limit more clearly on pages like: https://surveyjs.io/Overview/Service
Can you recommend a third party file upload solution that works well with SurveyJS?
I just realize the
storeDataAsText
/ "Store file content in JSON result as text" option was enabled. If I disable that option the limit seems to increase to 100 KB. Which is still an issue for us.