|
|
 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

July 29th, 2004, 11:00 AM
|
|
Authorized User
|
|
Join Date: Nov 2003
Location: , , United Kingdom.
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
<input type="File"> - Specify File Type and Path
I am programming with ASP.NET, and need to be able to upload a file. Does anyone know if it is possible to specify i) The file type, ii) The path, when using the HTML input control (type="file")
Many Thanks
|

August 2nd, 2004, 02:28 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Location: Melbourne, Victoria, Australia.
Posts: 90
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
When uploading files use a component of some sort. This will give you full control of what file type, and where you place it on the host.
Eg a good component i use is aspSmartUpload its free and easy to use.
Download from http://www.aspsmart.com/ comes with heaps of examples
Good luck
TDA
|

August 2nd, 2004, 04:07 AM
|
|
Friend of Wrox
|
|
Join Date: Sep 2003
Location: Mentiri, Muara, Brunei.
Posts: 363
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi,
Using ASPSmartUpload control u can specify the denied file list, allowed files list, size of file size etc.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |