Re: How to create a file folder using ASP.NET 2.0 ?
- From: "kai" <kailiang@xxxxxxxxxxxxx>
- Date: Fri, 25 May 2007 17:47:16 -0400
Bjorn,
Thank you very much for your help.
After storing files in the SQL Server, can them be organized in the
folders? Can user download the files from SQL Server?
Thanks
Kai
"Bjorn Sagbakken" <bjo-sag@xxxxxxxxx> wrote in message
news:gr6dnUwgz9dP1srbRVnzvQA@xxxxxxxxxxxxxx
This can surely be done, but I would like to share my experience on files
on the web-server:
I designed an upload function for user files, but after some time the
administrator of the web-server was less happy about the volume of these
files (CD images and other large files). After some pondering I have
decided for another option; storing the user files in blob-fields on an
SQL-server. The administrator said this server had unlimited space, they
only add more HDD's far into TB. Well, in that way it is easy to store
userid along with the file and everything else you want to control access.
Bjorn
"kai" <kailiang@xxxxxxxxxxxxx> wrote in message
news:soG5i.9089$JQ3.3525@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi, All
I am trying to create a file folder for any login user, and create sub
folders for the user on a web page. After the user login again, he can
only sees his own folder on the Web page. I am planning to use VB2005 or
C#.
I look the help files and searched on the web, I cannot find the answer.
Is this possble in ASP.NET 2.0?
Thanks
kai
.
- Follow-Ups:
- Re: How to create a file folder using ASP.NET 2.0 ?
- From: Bjorn Sagbakken
- Re: How to create a file folder using ASP.NET 2.0 ?
- References:
- How to create a file folder using ASP.NET 2.0 ?
- From: kai
- Re: How to create a file folder using ASP.NET 2.0 ?
- From: Bjorn Sagbakken
- How to create a file folder using ASP.NET 2.0 ?
- Prev by Date: Re: List in Asp.Net
- Next by Date: Re: Add div to asp.net page
- Previous by thread: Re: How to create a file folder using ASP.NET 2.0 ?
- Next by thread: Re: How to create a file folder using ASP.NET 2.0 ?
- Index(es):
Relevant Pages
|