specialist
Programmer
Greetings-
I must create an application with the option which allows end users to upload files to a SQL database. Instead of storing the file in the database itself, I would like to have ASP create the URL where the file will reside on the server, and also upload the file itself.
My queston is two fold:
1. Are there any known tutorials for this sort of thing? All I can find is a solution which stores the binary in the db itself. I do not want to do down that route!
2. Has anyone created such an app and would you be willing to share your techniques or advise me on how to complete this task?
Many thanks in advance for any help.
-Mike
P.S. Have a nice day
I must create an application with the option which allows end users to upload files to a SQL database. Instead of storing the file in the database itself, I would like to have ASP create the URL where the file will reside on the server, and also upload the file itself.
My queston is two fold:
1. Are there any known tutorials for this sort of thing? All I can find is a solution which stores the binary in the db itself. I do not want to do down that route!
2. Has anyone created such an app and would you be willing to share your techniques or advise me on how to complete this task?
Many thanks in advance for any help.
-Mike
P.S. Have a nice day