Re: Visitor access to database
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 09/22/04
- Next message: julie: "photo gallery I want to use slide show layout"
- Previous message: Kevin Spencer: "Re: Online Form Submission Problem"
- Maybe in reply to: Mike Mueller: "Re: Visitor access to database"
- Next in thread: Jeff: "Re: Visitor access to database"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 15:35:57 -0400
A visitor uploading a file to a database on the server is simple? Have you
tried to build this part yet?
You would need to write a custom ASP application/script to do this. However,
I can't tell you any more than that at present, due to lack of information.
I need to know first, are you really storing these files in a database? If
so, why? It is much simpler (truly) to store the file in the file system,
and the file name in the database. Second, you haven't specified what KIND
of files the users are uploading. How you "display the files" depends upon
what kind of files they are.
In answer to your final question, certainly, it is possible. If you provide
us with more detailed information, we can help you to know what needs to be
done. Whether or not you have the programming skills to do it is another
question which I can't answer.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP I get paid good money to solve puzzles for a living "Paul Evans" <paul_evans1@btinternet.com> wrote in message news:OhtyQqMoEHA.2340@TK2MSFTNGP10.phx.gbl... > Here's the scenario: a visitor enters a website and uploads a file to a > database on the server. Simple so far! Now, how do you create a web page > that automatically creates a hyperlink to this file for other visitors to > access? There could be several uploads each day and I want visitors to be > able to access these files instantaneously! Is this possible? > > > > Thanks > >
- Next message: julie: "photo gallery I want to use slide show layout"
- Previous message: Kevin Spencer: "Re: Online Form Submission Problem"
- Maybe in reply to: Mike Mueller: "Re: Visitor access to database"
- Next in thread: Jeff: "Re: Visitor access to database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|