Dunque... eseguite provette, tutto ok, fino a quando mi sono scontrato contro un muro.
L'idea era che l'utente giocatore, completato il proprio giochetto, scaricasse un normale file di testo tramite FTP, lo cancellasse momentaneamente dal server, giusto il tempo per inserire il proprio punteggio, se compreso tra i primi x, e lo ricaricasse sul server.
Quando avevo già tutto pronto, mi sono reso conto che il file potrebbe sparire definitivamente se l'utente, volontariamente o per problemi tecnici, non effettuasse nuovamente l'upload del file-classifica.
A questo punto dovrebbe intervernire il server, in qualche modo.
Non ho ancora la soluzione per questo; spero di trovarla presto, perché ho messo troppa carne sul fuoco e non ho mille teste come Erel, ma solo mezza
-------------------------------------------
The idea was: a user, completed his game on the device, downloads the ranking file, deletes it from the server (to avoid conflicts with other users), adds his score and uploads the file again.
Hitch: if the user, voluntarily or involuntarily, does not reloads the file on the server?
The server should, in some way, restore that file.
For the moment I do not have a solution for this; I suppose the need of some JQuery instruction (PeriodicalUpdater?).
Any suggestions would be appreciated.
Thanks.