RE: Attaching files to a form then submitting to an IIS server?

  • From: "Homme, James" <james.homme@xxxxxxxxxxxx>
  • To: "programmingblind@xxxxxxxxxxxxx" <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 7 Apr 2009 14:15:33 -0400

Hi,
For the input control, you want to use type=file. That produces a text box and 
a browse button. Hopefully, you can see this code.
<input name="file" type="file" />

I got it here.
http://www.tizag.com/htmlT/forms.php

Jim


-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Adrian Beech
Sent: Tuesday, April 07, 2009 12:49 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Attaching files to a form then submitting to an IIS server?

G'day all,

I need some urgent help regarding how to attach files to a web based form
which will be uploaded to an IIS server when the user clicks the submit
button.  Basically I know absolutely nothing about how to go about this and
could do with some serious assistance from those on the list who dabble with
ASP, etc.  The target platform is an IIS 5.0 server and the code is being
hand coded, i.e. I'm not using Visual Studio nor is it .Net in flavor.  I'll
agree with anyone that says this is probably doing it the hard way but I've
got no other option at present and need to have this done and dusted like
yesterday.

I would greatly appreciate if anyone could provide references to working
examples which demostrate how to achieve this functionality.

Thanks in advance if you can help.

Cheers.
AB

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind


This e-mail and any attachments to it are confidential and are intended solely 
for use of the individual or entity to whom they are addressed.  If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it.  If you are not the intended recipient, you must not keep, use, 
disclose, copy or distribute this e-mail without the author's prior permission. 
 The views expressed in this e-mail message do not necessarily represent the 
views of Highmark Inc., its subsidiaries, or affiliates.
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: