Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Srle
Starting Member
5 Posts |
Posted - 2001-09-09 : 04:23:19
|
| There was a lot of questions of how to upload and oull images from SQL db. I'm developing a dating site and I need image upload, but my ISP doesn't allow me to upload images directly to FTP server and it crashed my world. I've solved problem wtih images just puting image path to db, and images where uploaded using ASPSmartUpload component. Now I need to upload and pull images from my DB becouse it is only way I can do it now. I need to hear if any of you had that kind of expirience and how it works (I hope that traffic on my site will be very high). I read article on this site "Images and SQL server" and author says it is not a good solution.Edited by - srle on 09/09/2001 04:59:06 |
|
|
|
|
|