seperating filenames

Ask a Question related to ASP, Design and Development.

  1. #1

    Default seperating filenames

    Hi,

    I'm using the input File method for users to upload their files to a folder
    on a website, I wanted to store the filename in the database but the
    information that is produced from the input File is an absolute path to the
    file on the users system (ie. c:/usersfolder/usersfile.doc) where as I only
    want the filename (usersfile.doc). I am presuming that this is going to be a
    Split method but is there a decent place to find a tutorial on this. I've
    had a good google but can't seem to find anything.

    Thanks

    John


    John Smith Guest

  2. Similar Questions and Discussions

    1. Vertical line seperating columns? - InDesign CS
      Hi, Is it possible to seperate two columns with a vertical line? I could place the line on my master page, I know, but I don't want it to start...
    2. Spotcolour in a DCS is seperating addional on other Spotplates
      Hello, thought to me is nothing strange anymore ; -) and did not had ever problems with spots out of Photoshop, however created with plug-ins in PSD...
    3. Seperating data within a field
      Hi All, I am designing a website for a tennis club. Each week Tennis Australia release an excel spreadsheet of last weekend's results. I import...
    4. Unwanted white lines seperating frames in IE, not in Netscape?
      Hi Guys, I've got a frameset with a top, middle and bottom. I've got each frame's page margins set to zero. Each frame has an image occupying...
    5. seperating ascx and cs files
      Hi, By default, code behind files (*.cs) and *.aspx files are located in the same folder. I want to separate my code behind files to a different...
  3. #2

    Default Re: seperating filenames

    What component are you using to process the upload?

    Ray at work

    "John Smith" <john@nospam.spam> wrote in message
    news:bk73vm$adm$1@titan.btinternet.com...
    > Hi,
    >
    > I'm using the input File method for users to upload their files to a
    folder
    > on a website, I wanted to store the filename in the database but the
    > information that is produced from the input File is an absolute path to
    the
    > file on the users system (ie. c:/usersfolder/usersfile.doc) where as I
    only
    > want the filename (usersfile.doc). I am presuming that this is going to be
    a
    > Split method but is there a decent place to find a tutorial on this. I've
    > had a good google but can't seem to find anything.
    >
    > Thanks
    >
    > John
    >
    >

    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