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

  1. #1

    Default Input file

    Hello.
    I'm using the <input type="file"> to upload an image to a DB from a
    web page. The problem is that the web server thinks that the path
    refers to the server. I.E if I use my computer and want to upload an
    image from my web browser and the path is c:\picture.jpg the server
    tries to find the picture on it's local disk. What can I do to upload
    the file from my computer? The page is written in ASP.

    Thanks in advance!

    /Philip
    Philip Guest

  2. Similar Questions and Discussions

    1. No input file specified.
      I am trying to get an install of Apache 2.0.5 and PHP 4.3.4 working on a Windows 2000 box. No matter what I try I keep getting the error "No...
    2. Input file in use
      Hi! I have written a Quark extension that exports all my pages in a publication as a eps-file. And I want to convert all these files to pdfs...
    3. HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type
      I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"...
    4. HowTo Send Uploaded File with INPUT Type file to Sql Server Image Data Type ?
      I have the following problem: I have the following form client side: <FORM.......> <FORM action="./WZUpload.asp" method="Post"...
    5. #25833 [Opn->Bgs]: No input file specified.
      ID: 25833 Updated by: sniper@php.net Reported By: php at xanoo dot com -Status: Open +Status: Bogus...
  3. #2

    Default Re: Input file

    Philip wrote on 09 feb 2004 in microsoft.public.inetserver.asp.db:
    > I'm using the <input type="file"> to upload an image to a DB from a
    > web page.
    <http://www.aspfaq.com/show.asp?id=2149>
    > The problem is that the web server thinks that the path
    > refers to the server. I.E if I use my computer and want to upload an
    > image from my web browser and the path is c:\picture.jpg the server
    > tries to find the picture on it's local disk. What can I do to upload
    > the file from my computer? The page is written in ASP.
    <http://www.aspfaq.com/show.asp?id=2189>

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)
    Evertjan. Guest

  4. #3

    Default Re: Input file

    <<

    Hello.
    I'm using the <input type="file"> to upload an image to a DB from a
    web page. The problem is that the web server thinks that the path
    refers to the server. I.E if I use my computer and want to upload an
    image from my web browser and the path is c:\picture.jpg the server
    tries to find the picture on it's local disk. What can I do to upload
    the file from my computer? The page is written in ASP.

    Thanks in advance!
    >>
    ASP Design Tips - File Upload
    [url]http://www.bullschmidt.com/devtip-fileupload.asp[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt 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