Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shaqtus123

    Downloading a file from SQL database

    When I do that, it strangely gives me a file dialog that is letting me download the .aspx file of the actual page. What's going on here?
  2. shaqtus123

    Downloading a file from SQL database

    That works, but it only displays the contents of the file in the browser. I need to be able to download the actual file. How can I do that?
  3. shaqtus123

    Downloading a file from SQL database

    A part of my website allows users to upload files to the SQL database. This file is saved in the database in binary format, and once it is saved, I want users to be able to download this file from the database. How can I write code to dynamically create a link to the file?
  4. shaqtus123

    Writing a file to SQL database

    I have a website that allows users to upload files. The uploaded file is managed using a FileUpload control. Inside the SQL database the file is inserted into a field called "Attachment" which has a data type of varbinary(MAX). Whenever I try to upload the file and insert it into the database by...

Part and Inventory Search

Back
Top