-
Improvement
-
Resolution: Fixed
-
Critical
-
2.0
-
MOODLE_20_STABLE
-
MOODLE_26_STABLE
-
MDL-22236-master -
Difficult
-
-
40
Find a way to send any files to any draft file area in Moodle and use them in the web service calls.
Original issue description:
Sending files to hub currently works but the design has been refused by Petr because it uses ws token in a POST request with $_FILES. After talking with Dongsheng and Petr, the conclusion was we will be sending files by web service (probably called in a cron script, if the file is too big). And biggest files will be chunked in order to be sent. It implies to write a new file web service design.
Downloading files could need to follow the same design...