问题
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