For uploaded file in cms, where filename replace special characters with '_' in EDX Platform ?
17 views
Skip to first unread message
Lear
unread,
Jun 2, 2017, 5:28:19 AM6/2/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to General Open edX discussion
Hi ,
when file is uploaded in a edx course in cms, file metadata (including filename) is saved in fs.files collection at edxapp database. filename here replace special characters with '_'. Which edx code does this process in EDX Platform (https://github.com/edx/edx-platform)