Hi Tobias > I could do that if I would know what was expected of it to ...return.
I'd recommend trying to save to TiddlySpot and observing what you see in the browser dev tools "network" tab. Then do the same when attempting to save to your custom PHP server. Looking at the code on the TW side is useful too: https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Fmodules%2Fsavers%2Fupload.js As you can see, for a successful save it expects the server to return the status code 200 and the response text to start with the string "0 - " (zero followed by a space followed by a dash followed by another space). Best wishes Jeremy. On Wed, Dec 3, 2014 at 1:05 AM, Tobias Beer <[email protected]> wrote: > It's the same plugin as is used with TiddlySpot, where it works as >> expected, so I think it'll be the PHP code that you need to look at. >> > > I could do that if I would know what was expected of it to ...return. > > Would be nice to see any differences between whatever *TiddlySpot* has > implemented and a plain *store.php*. > > Best wishes, Tobias. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
