Hi Chi!
I think I understand you better now. You want to know more about those external storage services one can use to provide files (e.g. images, videos) in your experiment's web page.
But there is not much to say. The files you load in your experiment don't have to come from the JATOS server. Just an example: I have this images here on my Google Drive:
https://drive.google.com/file/d/0B62IPJoUI5wmcS1qSGppdERaVjg. I made it public so everyone can access it. In your experiment's HTML you could use it with:
Although I'm not sure that to load files from Google Drive is a good idea. I'm not even sure whether they allow this use in their EULA.
With Dropbox I did something similar but now they do not have permanent links anymore - a Dropbox link lasts (at least for me) only for one day.
The more professional setup would be to use AWS S3 or similar services. I'm sure Alibaba, Google Cloud or Azure have something similar - but I just know of S3. With S3 you need an AWS account, upload your files into a 'bucket', make them public and put the link into your HTML. The downside is that S3 and the others cloud services cost money. But if it's just a couple GB then it's really very cheap.
Hope this helps,
Kristian