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 |
samtoffa
Yak Posting Veteran
60 Posts |
Posted - 2004-07-26 : 16:29:32
|
I need users of my ASP web page to be able to upload files (any binary including pictures) from their browser into database fields. I'm using Dreamweaver MX and their is the FileField control that allows one to browse to a local file to upload. However, I can't get it to upload the binary files to SQL server. Anyone done this in a previous project and willing to share the code?Sam |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2004-07-26 : 16:30:51
|
There are examples at www.asp.net on how to insert images into SQL Server. You won't be able to do this purely with SQL Server.Tara |
|
|
samtoffa
Yak Posting Veteran
60 Posts |
Posted - 2004-07-26 : 16:32:26
|
Thanks Tara,surely the fastest response in SQLTeam history!!!Cheers,Sam |
|
|
MichaelP
Jedi Yak
2489 Posts |
Posted - 2004-07-26 : 16:55:32
|
Acutally, no.I think the record is like 7 seconds :)Michael<Yoda>Use the Search page you must. Find the answer you will.</Yoda> |
|
|
Kristen
Test
22859 Posts |
Posted - 2004-07-27 : 14:17:57
|
Do you have to store the Binaries inside SQL Server? Its generally a nuisance of gigantic proprtions, and better to store a Path to the object instead ... but.Kristen |
|
|
|
|
|