We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Client backend

Home Forums General Questions Client backend

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #39140
    johngrigni
    Customer

    Can Verge3D save over text-based files on it’s server? I want to provide a backend for my client to make changes to the pricing and some options in the app, but other than ‘let me upload a CSV for you’ there seems no way to do it.

    The closest I can think of is to create a database elsewhere and populate it with some sort of PHP parameters, then figure a way for Verge3D to read that data.

    Am I missing anything?

    #39159

    Hi,
    “send data” puzzle is quite universal. It can send any string value you want as-is or pass dictionary (or list) to be automatically converted to JSON and sent to the server. The second approach is way more convenient, since you can use the json_decode() function to create a regular PHP object from the received JSON data.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #39602
    thylaxene
    Customer

    The send and receive data puzzles are very good. I’m using them with our Blazor based server and custom API and it all works really well. Way better than rolling your own AJAX calls.

    Any chance we can get a convert to JSON puzzle in the future please?

    Cheers.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.