Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.6
-
Component/s: Hub
-
Labels:
-
Testing Instructions:
-
Difficulty:Difficult
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-22236-master
-
Story Points:40
Description
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...