Delphi WebAction - Request.ContentFields.Values['something'] size limit

大憨熊 提交于 2019-12-23 02:36:58

问题


Im having an issue with my web dll, compiled in XE5.

I use an AJAX POST via javascript to sumbit a base64 value for an image that was cropped.

The length is about 127 000 characters.

When logging the Request.ContentFields.Values['Base64Image'] in Delphi, the total length was reduced to 61 000, which then saves half an image.

Is there a size limit on Request.ContentFields.Text? If so, how do I overcome this? Can i save a base64 element directly from the HTML page?

来源:https://stackoverflow.com/questions/28986553/delphi-webaction-request-contentfields-valuessomething-size-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!