An assignment has an allowed_extensions member with default value [] (empty string list), which does not allow users to select files.
After selecting some files, the frontend will display it's absolute file path instead of its file base name. This was described in this post: https://shuiyuan.sjtu.edu.cn/t/topic/245275/333.
An assignment has an
allowed_extensions
member with default value [] (empty string list), which does not allow users to select files.After selecting some files, the frontend will display it's absolute file path instead of its file base name. This was described in this post: https://shuiyuan.sjtu.edu.cn/t/topic/245275/333.