Good Afternoon,
I'm developing an interface, written in Delphi 10.1 Berlin, to a remote Basex Server, using HTTP-Server
For uploading, I use the db:add query.
The problem is, that I cannot upload a file, which is stored on a local path of my computer. If this file is stored on a network resource, uploading is not a problem.
If I transfer the file content into a string and send this string via the above query, I got error 413 (Request entity too large)
How can I solve this problem.
Best regards
Detlef Schmitz