Upload as input

(4 posts) (2 voices)

Tags:

No tags yet.

  1. maron, Member

    Hello.

    We are processing some json documents into our mysql database. Would it be possible to allow file upload as input to a report?

    In this case we would upload the json document and it should not be stored, only come as a parameter in its entirety into the report.

    Best regards,
    Maron

  2. myDBR Team, Key Master

    Having the content of a text file be a parameter of a report, might require the use of POST in report parameters (browsers have limitations on GET). myDBR already supports this, so we can take a look at this.

    --
    myDBR Team

  3. myDBR Team, Key Master

    The latest build includes an ability to set a parameter to accept files (add parameter query 'File content' to it). The File content accepts text files (JSON, text, XML).

    In order to upload larger files, you should use POST instead or GET for the parameter form (browsers have limitations on the GET). You can do this via URL parameter 'http_method=post' or by adding an automatic parameter inAutoUsePOST to the report.

    --
    myDBR Team

  4. maron, Member

    Just wanted to thank you for the quick response to various requests. This feature has been fantastic for us.


Reply

You must log in to post.