Author | Topic: Re: upload files via <input type=file> | |
---|---|---|
Hubert Brandel | Re: upload files via <input type=file> on Sun, 17 Sep 2006 19:46:43 +0200 Phil Ide schrieb: >> The thread mentioned that someone had gotten it going by reading stdin, but >> there were no more details. ... > However, all the code to disassemble the inbound data to a file can be > found in the source - specifically, uploadClient.prg. Hi, I try to do this with plain CGI, does someone know how to handle this without the WAA ? Does I need to 'disassemble the inbound data' too or is this only with WAA ? I use the POST Method from a normal prepared HTML Site and a file selector (input type=file). Bye Hubert ---------------- Ich empfehle: www.xbaseforum.de (in deutsch) Homepage: German - www.familie-brandel.de/index.htm English - www.familie-brandel.de/index_e.htm | |
Vladimir Iahnenco | Re: upload files via <input type=file> on Mon, 18 Sep 2006 12:20:05 -0400 Hubert, You can handle file uploads both in asp and php scripts. Php loos more simple for me. Regards, Vladimir "Hubert Brandel" <Hubert.Brandel@gmx.de> wrote in message news:1ddf7368$19fa2f0c$45a66@news.alaska-software.com... > Phil Ide schrieb: >>> The thread mentioned that someone had gotten it going by reading stdin, >>> but >>> there were no more details. > ... >> However, all the code to disassemble the inbound data to a file can be >> found in the source - specifically, uploadClient.prg. > > Hi, > > I try to do this with plain CGI, does someone know how to handle this > without the WAA ? > > Does I need to 'disassemble the inbound data' too or is this only with WAA > ? I use the POST Method from a normal prepared HTML Site and a file > selector (input type=file). > > Bye > Hubert > > > -- > ---------------- > > Ich empfehle: www.xbaseforum.de (in deutsch) > > Homepage: > > German - www.familie-brandel.de/index.htm > English - www.familie-brandel.de/index_e.htm |