JuiJuiJui's Forum Posts

  • 2 posts
  • AllanR

    There truly was an "&" !!!

    I used URLencode for sending data and Urldecode when loading corresponding text file.

    I don't know what this url thing really does, but for now it seems to work!!!

    Maximum gratitude, friend!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I have made a simple JSON editor app with Construct 3.

    I have Input Text window to edit text (in this case json structure).

    Then I parse this text content into JSON Object and it works well.

    Then there are buttons to execute saving and loading functions.

    Saving function:

    Contents of the write.php: // project is located on my personal domain

    My JSON has now 13000 characters, but only some 5000 gets through to php.

    I have tried both beautified and compact string formats and both work, but only less than half characters get saved.

    I pasted some random text from wikipedia to text field and it can save and load

    100000 characters easily, so it kind of works...It's just this JSON formatting seems to cause problems.

    Perplexed. Not experienced coder. Help much appreciated!

    Tagged:

  • 2 posts