Re: How to create a file folder using ASP.NET 2.0 ?



Bjorn ,
Thank for sharing your experiences.
After I insert a file for the user, how do you retrive the file for the
user? do you insert username and password into the files_Table?


Thanks

Kai

"Bjorn Sagbakken" <bjo-sag@xxxxxxxxx> wrote in message
news:Q96dnVy9-orBxsrbRVnzvAA@xxxxxxxxxxxxxx
Of course, the user can download the files from the SQL server. The user
will not know the difference, not knowing exactly where the files have
been stored. After all, the user experience only basic HTML at his end. At
the server end there may be all sorts of magic...

Bjorn

"kai" <kailiang@xxxxxxxxxxxxx> wrote in message
news:VPI5i.9768$JQ3.1064@xxxxxxxxxxxxxxxxxxxxxxxxx
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









.



Relevant Pages

  • Re: over a million content items a year
    ... Running SQL Server Profiler reveals the underlying cause. ... Back in the SP 2001 timeframe, someone added code that creates a parameterized SQL statement to retrieve documents and list items from folders that included ALL item IDs that belong to the folder in the statement. ... An interesting blog with some specific numbers on limitations. ... They would like to use sharepoint as ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: How to create a file folder using ASP.NET 2.0 ?
    ... the user can download the files from the SQL server. ... I am trying to create a file folder for any login user, ... folders for the user on a web page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need more space on C: Drive
    ... What about the MS SQL folders I indicated? ... I've put as much apps as I know possible on the D & F drives. ... SQL server is installed on the D drive but there still appears to be ...
    (microsoft.public.windows.server.sbs)
  • Re: How to create a file folder using ASP.NET 2.0 ?
    ... After storing files in the SQL Server, can them be organized in the ... Can user download the files from SQL Server? ... administrator of the web-server was less happy about the volume of these ... folders for the user on a web page. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQL Server 2000 - Hierarchical data - Versus - Post Relational Databases
    ... SQL Server doesn't handle hierarchies out of the box. ... The database is storing hierarchical-based data from Exchange Server, ... Messages are stored in Folders, and so the Folders Table represents another ...
    (microsoft.public.sqlserver.programming)

Loading