Saving data to server not working #2774
Unanswered
codehoover
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @codehoover, It looks like when you call Since the function saveData(name, data) { to function saveData(data) { will do the trick? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have followed the tutorial and I adjusted my code to be the same as in the tutorial for uploading data to the server. Good new: a file saves. Bad news: it is empty every time. I have console.log(jsPsych.data.get().csv()); to ensure the data is getting appended however nothing seems to work! There are no errors coming on through the network so what could possibly be wrong?
main task
php file which saves the data to the server
Beta Was this translation helpful? Give feedback.
All reactions