bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] related to ⎕QS


From: Juergen Sauermann
Subject: Re: [Bug-apl] related to ⎕QS
Date: Sat, 19 Sep 2015 12:11:34 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Alex,

as far as I remember the POST'ed data can be read from stdin of the CGI
script. So probably FILE_IO (read() or fgets()) may do the job.

/// Jürgen


On 09/18/2015 10:06 PM, address@hidden wrote:
ah, sorry. I meant the QUERY_STRING which is in quad ENV. sorry, I assigned it as QS  in my code and confused myself and everyone.

-------- Original Message --------
Subject: Re: [Bug-apl] related to ⎕QS
From: Juergen Sauermann <address@hidden>
Date: Sep 18, 2015 7:56 AM
To: address@hidden,address@hidden
CC: 

Hi Alex,
 
 what is ⎕QS? There seems to be no such thing in GNU APL.
 
 /// Jürgen
 
 
  On 09/17/2015 01:20 AM, address@hidden wrote:
 
 Hi Bug-APL, 

 
(sorry if this is too unrelated to GNU APL)

 

 
GET variables sent from a form in a browser end up in ⎕QS

 
Where would a POST go to?

 
What I mean is (for comparison): I know PHP lets you move the files over to the server and it names them with some weird ID as the file name, and then you can rename it so that the file has a "better name", so it stays on the server. This must be done because the weirdly named file is automatically deleted when the script ends. (My knowledge & understanding of Web-stuff is very minimal)

 
Does APL provide a comparable functionality, since this data cannot fit / does not go in ⎕QS?

 

 
-Alex 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]