Re: Visitor access to database

From: Kevin Spencer (kspencer_at_takempis.com)
Date: 09/22/04


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
>
>


Relevant Pages

  • Re: Image Question
    ... the database though... ... and "uploading" it to the server. ... > guy was storing 20,000 video files? ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MDB made on one pc to be used on another.
    ... I also uploaded the file to my website and got them to download it from ... I imported the data and made an Access database here at home, ... I tried a work around by uploading the file to my website and getting ... 1.In Internet Explorer, click Tools, and then click Internet Options. ...
    (microsoft.public.access.conversion)
  • Question...
    ... generate custom .asp code to access the database and to ... interrogate the data with custom SQL. ... uploading files - hence my move to FP2003. ...
    (microsoft.public.frontpage.client)
  • Re: Viewing images stored in a database
    ... >>uploaded by a user and put it in to a database, ... Here is my script (I'm ... >reason you're trying to use base64 encoded data as if it were the original raw ... if you're uploading into a BLOB field you don't need this step. ...
    (comp.lang.php)
  • how to trim file path from filename
    ... I am uploading a file to the server and at the same time I want to ... place the file name in to a database. ... filename and leave just the filename. ...
    (comp.lang.javascript)