|
Post by pzelchenko on Aug 21, 2022 23:46:05 GMT
Due to the number and size of our stimulus images, we need to (a) run an experiment with all local resources, and perhaps (b) download the entire experiment as a single HTTP file. Instead of having to laboriously upload hundreds of large files to the PsyToolkit servers or else to one of our own servers online, we'd like to get the files served locally. But doing something like: bitmaps stimulus1 file:///G:/mystimulus.png doesn't work. What we had to do was set up a local HTTP server (a good one, perhaps the simplest possible, appears to be sgreben's HTTP File Server on GitHub). It would be nice to have file:/// work so that we don't have to launch a local HTTP server.
|
|