I believe TYPE="File" is only available with IE5+ and NS6. Not sure about Opera.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Barker Sent: Monday, October 22, 2001 7:59 PM To: Multiple recipients of list offtopic Subject: RE: [DUG-OFFTOPIC]: RE: [DUG]: automated HTTP file uploads Hi Peter, not sure if this is what you want, but to initiate an http upload you can do it with a multipart form post: <FORM ENCTYPE="multipart/form-data" METHOD=POST name="photoupload" action="<your dll>"> <TABLE BORDER=0> <TD>Photo File</TD> <TD><INPUT TYPE="file" NAME="PhotoFile" ></TD> </TABLE> <br> <INPUT TYPE="SUBMIT" VALUE="Upload Photo"> </FORM> regards, Steve > -----Original Message----- > From: Peter Hyde [mailto:[EMAIL PROTECTED]] > Sent: Monday, 22 October 2001 11:31 > To: Multiple recipients of list offtopic > Subject: [DUG-OFFTOPIC]: RE: [DUG]: automated HTTP file uploads > > > Gary wrote: > > > Take a look at www.matlus.com - HPPT uploads require some > software at the host end to do > the > > receiving. Shiv Kumar (who put up the site at matlus.com) > has provided ISAPI code to handle it > all. > > Quite mature code as it has gone through a few iterations > with contributions from others over > time. > > Yes, I don't have an issue with the *receiving* (i.e. server) > end, that's all handled by Webhub ok. I > was just wondering if anyone had played with automating the > client end, and could point me at the > relevant RFC or code fragments which describe the format > required to do an HTTP "upload" > POST. Sorry that wasn't entirely clear in my original message <g>. > > cheers, > peter > > ============================================ > Peter Hyde, SPIS Ltd & WebCentre Ltd , Christchurch, New Zealand > * http://BusinessDailyReview.com - daily analysis, strategy, ideas > * http://TurboNote.com - sticky notes and instant messaging > * Web automation for online periodicals: http://TurboPress.com > > > -------------------------------------------------------------- > ------------- > New Zealand Delphi Users group - Offtopic List - > [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe offtopic" > Web Archive at: http://www.mail-archive.com/offtopic%40delphi.org.nz/ > --------------------------------------------------------------------------- New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe offtopic" Web Archive at: http://www.mail-archive.com/offtopic%40delphi.org.nz/ --------------------------------------------------------------------------- New Zealand Delphi Users group - Offtopic List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe offtopic" Web Archive at: http://www.mail-archive.com/offtopic%40delphi.org.nz/
