Date: Tue, 2 Jul 2002 20:52:04 -0400
Reply-To: "David L. Ward" <dward@SASHELP.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "David L. Ward" <dward@SASHELP.COM>
Subject: Re: upload a file by using SAS/IntrNet
In-Reply-To: <20020703082752.B999.EDENDON@myrealbox.com>
Content-Type: text/plain; charset="US-ASCII"
Eden,
I am fairly certain that SAS/IntrNet does not inherently support file
uploads. It is logistically difficult to implement, especially when you are
running your broker and SAS sessions on different computers. What I have
done in the past is to use another web scripting language such as PHP or ASP
to upload the file, then redirect the user to a SAS program that can run
after the file has been uploaded. Your simple upload script would:
1) Receive the uploaded file and store it in the desired and accessible
location to SAS
2) Send the user a location: header or META tags to redirect them to a SAS
IntrNet program
Hope this helps!
David Ward
-----Original Message-----
From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of Eden Don
Sent: Tuesday, July 02, 2002 8:33 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: upload a file by using SAS/IntrNet
Dear all,
Does anybody have a practical way to upload a file from browser using
SAS? My client asked me to implement a function to upload his daily data to
Web server from his browser, but I don't know whether there is a way to
do so by SAS. I am using SAS/IntrNet.
Thanks very much in advance for any insights.
Eden