C
Cindy
Hi. I'm using SQL Server 2005. I'd like to know if anyone has any
reference on how to allow users to upload a file **onto a database**.
In other words, a user can have several related files belonging to
him. Also, I would need a syntax that allowed me to retrieve those
files.
I'm sure this is possible. Aside from that information, can anyone
suggest whether this is the proper method? I know I can simply store
the paths, but starting to juggle various directories is not really my
cup of tea; if there is only one directory to store all the files,
some of them might have the same name, thus creating a conflict. That
is something I do not need to worry about if everything is stored in a
table image field.
In any case, thank you in advance for your help.
Cindy
reference on how to allow users to upload a file **onto a database**.
In other words, a user can have several related files belonging to
him. Also, I would need a syntax that allowed me to retrieve those
files.
I'm sure this is possible. Aside from that information, can anyone
suggest whether this is the proper method? I know I can simply store
the paths, but starting to juggle various directories is not really my
cup of tea; if there is only one directory to store all the files,
some of them might have the same name, thus creating a conflict. That
is something I do not need to worry about if everything is stored in a
table image field.
In any case, thank you in advance for your help.
Cindy