|
 |
aspx_professional thread: Using <input type="file" > to open a FileOpen dialog box
Message #1 by "CMY" <my62202@y...> on Wed, 9 Oct 2002 11:54:10
|
|
Hi all,
Thanks for the great help. Really appreciate it. Thanks a lot.
###############################################
> cool.
Bare in mind this doesn't work in Netscape.
:-)
P
-----Original Message-----
From: Andrew Haslett [mailto:ahaslett@b...]
Sent: 09 October 2002 13:37
To: ASPX_Professional
Subject: [aspx_professional] RE: Using <input type="file" > to open a
File Open dialog box
Found it. This might help (watch wrap):
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dnwebteam/h
tml/webteam07022001.asp
Cheers,
Andrew
-----Original Message-----
From: Andrew Haslett [mailto:ahaslett@b...]
Sent: Wednesday, 9 October 2002 10:03 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Using <input type="file" > to open a
File Open dialog box
There is a workaround available in most browsers, where you create another
control to store the string, and place it on top of the 'file' control.
I've had a quick look at MS but can't find it at the moment. I'll post
the
link when I get to work.
Cheers,
Andrew
-----Original Message-----
From: Philip Steel [mailto:PhilipS@t...]
Sent: Wednesday, 9 October 2002 8:46 PM
To: ASPX_Professional
Subject: [aspx_professional] RE: Using <input type="file" > to open a
File Open dialog box
this is unavoidable in most browsers for security reasons
read about it here
http://www.htmlhelp.org/reference/html40/forms/input.html
Phil
-----Original Message-----
From: CMY [mailto:my62202@y...]
Sent: 09 October 2002 12:54
To: ASPX_Professional
Subject: [aspx_professional] Using <input type="file" > to open a
FileOpen dialog box
Hi,
I'm using the method, <input type="file"> to open up a FileOpen dialog
box in my web page.
After I open the file I wanted and it will displayed the full path name
of the file on the textbox.
The problem is when I click on another button, this full path name is
gone. How can I make the path name to be permanently display on the
textbox ?
Thanks in advance.
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to
---
ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442
ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450
These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.
---
---
Change your mail options at http://p2p.wrox.com/manager.asp or
to unsubscribe send a blank email to
|
|
 |