Ask a Question related to ASP Database, Design and Development.
-
Bola #1
Storing .doc and .pdf in database
Is anyone know how I can store Word Docs and PDF's in database, and how I
can make link for visitor to download these files
Bola Guest
-
Database Storing
I have created and asp form and connected to a sql database on dw. What is the next step for getting the submit button to store the form info in the... -
Storing HTML in a database
I read an article on storing HTML in a database for the purpose of reusable content.... -
Storing PDF In SQL Database
Using the following code I'm able to store some PDFs in a database. Step 1: Write the contents of a PDF file to a variable. Step 2: Store the PDF... -
Storing article text in a database
I have a website with an increasing amount of articles and news reports and so I am thinking of moving away from storing each article as a seperate... -
Storing session variables into a Database JSP
I have a form page that users fillout for a online ad Once completed, they hit "Preview Ad" to view the information that they just entered on the... -
Bola #2
Storing .doc and .pdf in database
Is anyone know how I can store Word Docs and PDF's in database, and how I
can make link for visitor to download these files
Bola Guest
-
Ray at #3
Re: Storing .doc and .pdf in database
1. I personally would not store the files in the database. I would instead
save the files on the server and then store the paths in the database.
2. For downloading, just put a link. Or, you can stream the file back
using [url]http://www.aspfaq.com/2161[/url].
3. Also see here: [url]http://www.aspfaq.com/5004[/url]
Ray at work
"Bola" <dp@bhdani.com> wrote in message
news:eOfKyqmjDHA.644@TK2MSFTNGP11.phx.gbl...> Is anyone know how I can store Word Docs and PDF's in database, and how I
> can make link for visitor to download these files
>
>
Ray at Guest
-
Ray at #4
Re: Storing .doc and .pdf in database
1. I personally would not store the files in the database. I would instead
save the files on the server and then store the paths in the database.
2. For downloading, just put a link. Or, you can stream the file back
using [url]http://www.aspfaq.com/2161[/url].
3. Also see here: [url]http://www.aspfaq.com/5004[/url]
Ray at work
"Bola" <dp@bhdani.com> wrote in message
news:eOfKyqmjDHA.644@TK2MSFTNGP11.phx.gbl...> Is anyone know how I can store Word Docs and PDF's in database, and how I
> can make link for visitor to download these files
>
>
Ray at Guest
-
Aaron Bertrand - MVP #5
Re: Storing .doc and .pdf in database
Are you sure that's the best approach? I'd research the pros and cons of
storing binary objects inside the database. I've come across very few
people who have opted for storing files in a database and, after
implementing it, still believe it was the best decision. Please look over
[url]http://www.aspfaq.com/2149[/url] -- which was written with images in mind, but the
same constructs hold true for any type of file...
(You might also consider choosing a more select set of groups... my
newsreader doesn't even support the number of newsgroups you cross-posted
to.)
"Bola" <dp@bhdani.com> wrote in message
news:eOfKyqmjDHA.644@TK2MSFTNGP11.phx.gbl...> Is anyone know how I can store Word Docs and PDF's in database, and how I
> can make link for visitor to download these files
>
>
Aaron Bertrand - MVP Guest
-
Aaron Bertrand - MVP #6
Re: Storing .doc and .pdf in database
Are you sure that's the best approach? I'd research the pros and cons of
storing binary objects inside the database. I've come across very few
people who have opted for storing files in a database and, after
implementing it, still believe it was the best decision. Please look over
[url]http://www.aspfaq.com/2149[/url] -- which was written with images in mind, but the
same constructs hold true for any type of file...
(You might also consider choosing a more select set of groups... my
newsreader doesn't even support the number of newsgroups you cross-posted
to.)
"Bola" <dp@bhdani.com> wrote in message
news:eOfKyqmjDHA.644@TK2MSFTNGP11.phx.gbl...> Is anyone know how I can store Word Docs and PDF's in database, and how I
> can make link for visitor to download these files
>
>
Aaron Bertrand - MVP Guest



Reply With Quote

