What would be the best way to upload a file to RealityServer 3.1? RS3.0 had an `upload.ssjs` hander, searching the 3.1 docs for `upload` doesn't show anything.
What would be the best way to upload a file to RealityServer 3.1? RS3.0 had an `upload.ssjs` hander, searching the 3.1 docs for `upload` doesn't show anything.
This is not currently possible in RealityServer 3.1. You would need to utilise an additional Web Server for that purpose such as Apache or IIS. We are considering ways to allow users to do this with RealityServer alone in the future.
Regards
Paul Arden
Hhmm… Alright, thanks.
I guess I'll write a small Python script that will handle the uploads.
And, I suppose, it goes without saying that this is a feature I'd like to see![]()