Hi

I have a web app with a view with a custom JS class that needs to pass a base64 string back to it’s dataflex custom class on the server.

The problem is the string size is larger than 64k and process pooling and stateless apps means I can’t easily change the string argument size. So I need to chunk it up and pass back. Has anyone done this with a web application and JS class on the client back to the DataFlex class on the server?

I know there's the file upload, but this is just a base64 string.