This is a discussion on "Uploading documents using asp and access" within the Classic ASP section. This forum, and the thread "Uploading documents using asp and access are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Uploading documents using asp and access
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Uploading documents using asp and access
Hello All, I am new to this forum and have a huuuuge problem. I am trying to allow my users to upload a Word document using a web form, send the document to a folder on the server and submit the path of this document and the other inputted data into an access database. This must be an easy thing, am I just being stuppid stuppid me? Please help! |
|
|
|
|||
|
ASP doesn't have built-in support for uploading files, so you have to use an upload component for the uploading. That will save it to whatever location you want, then you can insert your data into Access.
|
|
|||
|
like catalyst says, your first step is to find out which upload components your host supports.
|
|
|||
|
oh goodie,
I do love bothering my host! very speedy replies there, I'll let you know how I get on. A hundred thank you's |
|
|||
|
if your host doesn't support uploading, there are ASP scripts you can use to achieve it.
|
|
|||
|
|
![]() |
| Tags |
| uploading, documents, using, asp, access |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Idiot question about documents | kingwilliam | Starting Out | 2 | May 23rd, 2008 16:10 |
| Reference Documents for web tools | rivadex | Starting Out | 5 | Aug 17th, 2007 14:51 |
| Online payment and downloading of documents | cbruce | E-Commerce and Business | 5 | Aug 10th, 2007 12:07 |
| Form to upload documents | Sporky | Web Page Design | 2 | Apr 19th, 2007 10:08 |
| Uploading Access Database and ASP Pages | dinahdoey | Classic ASP | 4 | Sep 6th, 2004 20:45 |