Problem with function core_files_upload

In reply to Aniket Sankpal

Re: Problem with function core_files_upload

by Pia Liersch -

And everyone has tested this example and works?

I tried this and got a error "nofile" - please tell me, where is my fail?


https://<HOST>/<MOODLE>/webservice/rest/server.php?moodlewsrestformat=json&wstoken=<TOKEN FROM OUR WS USER>&wsfunction=core_files_upload&contextlevel=user&instanceid=<USER ID>&component=user&filearea=draft&itemid=0&filepath=/&filename=test&filecontent=hello
In reply to Pia Liersch

Re: Problem with function core_files_upload

by Aniket Sankpal -

Don't pass the parameter itemid and then try

In reply to Aniket Sankpal

Re: Problem with function core_files_upload

by Pia Liersch -

The Parameter itemid is required and must be a int value

In reply to Pia Liersch

Re: Problem with function core_files_upload

by Aniket Sankpal -

Can you tell me how you are calling the service?

 Are you using POST method?