- Peter Klopfer
- SnapDevelop
- Saturday, 11 December 2021 02:10 PM UTC
Hi,
I'm beeing writing a small WEB-API which has to process POSTed metadata and files as json-data and insert it into a SQL Server database.
I know, the client could send the data and files together in one POST using the content-type form-data.
But it could work more easily if the file contents were delivired BASE64 encoded in JSON text fields. I gave it a try and it worked, but for a maximum filesize of 32K only, as is usual with ODBC.
Earlier I had the same restriction with PowerBuilder and could solve it manipulating der PBOdbc.ini file setting PBMaxTextSize.
Is there any setting with SnapDevelop data sources which has the same effect?
Any hint would be very much appreciated
Peter
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.