|
-
April 5th, 1999, 11:31 AM
#2
Re: Using the common dialog object
Hi,
I think your intent is to pop up a browse dialog in the Browser. But when using ASP, the ASP script gets executed at the server and not in the browser.
If you want to pop up a browse window in the Broser, following is a HTML sample.
<html>
<head>
This is FileUpload
</head>
<form action = "http://yourservername" method = "POST"enctype ="multipart/form-data" >
which file to select <input type = "file" name = "file" >
<input type = "submit" name = "submit" value = "submit">
</form>
</html>
If this is not what you are looking for ignore this mail.
Regards
[email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|