[Info-vax] HTTP and HTML File Upload Basics
Arne Vajhøj
arne at vajhoej.dk
Fri Oct 23 20:37:37 EDT 2020
On 10/23/2020 8:24 AM, Simon Clubley wrote:
> On 2020-10-22, Jan-Erik Söderholm <jan-erik.soderholm at telia.com> wrote:
>> Den 2020-10-22 kl. 19:43, skrev Simon Clubley:
>>> Since I have never been insane enough to directly connect DCL to a
>>> public facing URL...
>>
>> I cannot remember any talks about any "public facing URL" here.
>
> Webservers are usually used in a public facing way and which is how
> I used them on VMS.
>
> However, the last time I ran a webserver on VMS was 15 years ago and
> even then I was skittish about doing that.
Depends a bit on what "public" means.
A very common meaning is "visible to public internet".
And there are lots of web servers not available on the internet.
And I would expect the vast majority of VMS web servers to not be
available on the internet.
If you just mean visible outside the data center / server room,
then it is probably most web servers.
>>> I have never done this so I don't know what
>>> information is made available to the command procedure...
>>
>> As far as I remember from OSU (it must have been 15-20 years since
>> I switch to the much more capable and up-to-date WASD) there is a
>> DCL-CGI interface so the OSU server sets up some symbols for you
>> that helps.
>>
>> WASD has similar processing help, of course. And probably with more
>> functionallity.
>
> Does it write the file data to a temporary file ? DCL symbols are
> not capable of holding the contents of a file unless it's extremely
> small.
That wa smy concern as well.
But it turned out that CGI_SYMBOLS indeed has a capability to write
body to file.
Arne
More information about the Info-vax
mailing list