Issue while uploading local resource to the bot

Hi,

I am getting error when I am trying to upload any file from my local storage to the bot. In my case, I am using Google Chrome to host my bot…

Due to the security policy, I am getting this error in console… image

I’ve tried to disable that security policy with flags etc , still no luck!

Please help :slight_smile:

Thank you in advance!

@dakshvar22

This looks like an issue with your script.js, not Rasa. You’re front end code will need to handle the video upload and storage. If you want the Rasa chatbot to factor into the conversation, something related to the video, then you might set a slot or run a custom action.

Here’s a related post