File upload/download - help appreciated !!!

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default File upload/download - help appreciated !!!

    hi everybody!
    I have a few thoughts about file uploading/downloading, through the
    browser.
    Heres what i want to do:
    When i click on the "upload file" in my website i want to be able to
    choose a file and upload it straight away into the 'Files' table in my
    database.
    when i click "Download file" i want all files to be listed so i can
    pick one to download from the database. that's it, quite simple
    really, i think. I've searched the web, and there are lots of
    components to download. i also tried a few codeexamples that i found.
    none of those are doing exactly what i want. most of them are working
    fine, but there's a lot of features that i don't really need. i'd like
    to keep it as simple as possible, and i would also like to code it
    myself so i can really understand what's happening.
    I like one that i've tried from:
    [url]http://www.stardeveloper.com/articles/display.html?article=2001033101&page=1[/url]

    but the download-part is not really what i want. It displays some of
    the files like .txt and .doc-files in the browser instead of
    downloading them. is there a way to change this ? or is there an even
    easier way of handling uploads/downloads. any suggestions, hints,
    code, links...etc...are welcome.
    the most simple solutions are often the best ones !
    Thanks...!!!
    Fredrik/Sweden Guest

  2. Similar Questions and Discussions

    1. File upload/Download/Remove/Progress
      I want to create multiple file upload and download and remove functionality in flash with php as server side scripting. Can you please suggest some...
    2. How to upload a file to 2 FTP sites without an upload component for company
      Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload...
    3. Help with Upload & Download
      I can get the files to upload ok using this code i got from Macromedia website: <html> <head> <title>Upload File with ColdFusion</title> </head>...
    4. Upload/Download Files on Network File Server
      I was hoping that someone can give me step-by-step instructions to fix the following: We would like our ASP.NET application to utilize a central...
    5. File Upload and DownLoad
      I would like to create a .net web service for downloading and uploading a excel or text file How to do that? Is there any sample code / article...
  3. #2

    Default Re: File upload/download - help appreciated !!!


    See this article. [url]http://www.aspfaq.com/2161[/url]

    Ray at home

    "Fredrik/Sweden" <fredda054@hotmail.com> wrote in message
    news:a501fefe.0310110706.632355b8@posting.google.c om...
    It displays some of
    > the files like .txt and .doc-files in the browser instead of
    > downloading them. is there a way to change this ?

    Ray at Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139