doberkofler / PLSQL-JSON

The JSON encode/decode library for Oracle PL/SQL
MIT License
47 stars 15 forks source link

Unable to upload base64 image-- #4

Closed rahulwali closed 7 years ago

rahulwali commented 8 years ago

Hello: I need to upload base64 image by using oracle apex web services , currently using PLSQL-JSON package.. I am able to upload upto 25kb that means around 3 lac characters, however my requirement my is approx is 525KB. Please help .. what are the changes that needs to be done in the package ?

Regards Rahul

doberkofler commented 7 years ago

@rahulwali I've just release a version that has support for CLOB properties.