Create a Browse to File Button

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Create a Browse to File Button

    I cannot for the life of me figure out how to do this. I upload a lot of
    images and it would be nice if I had that handy browse to file button to find
    the images. Any feedback would be greatly appreciated.
    Thanks again for your time.
    G

    canadianflower Guest

  2. Similar Questions and Discussions

    1. How to create a browse button
      Can you help me create a browse button with Dreamweaver MX
    2. 'Browse For File' Button??
      I've searched everywhere online, I've tried dozens of keywords in these forums, I've read all the file manipulation documenation, and I've found...
    3. Help needed with ASP form browse for file, create link to file and insert in access database
      I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then...
    4. Browse File Button
      Hi, I am wondering if anyone can help me sort out a problem I am having. What I am trying to do is create a button which has the same effect as a...
    5. browse button
      Is there a way to replace the file browse button using a JPG? <input type=file name=filename>
  3. #2

    Default Re: Create a Browse to File Button

    Use one of these:

    dw.browseForFileURL()
    dreamweaver.browseForFileURL()

    HTH,
    Randy

    > I cannot for the life of me figure out how to do this. I upload a lot of
    > images and it would be nice if I had that handy browse to file button to find
    > the images. Any feedback would be greatly appreciated.
    Randy Edmunds Guest

  4. #3

    Default Re: Create a Browse to File Button

    copy and pasted your formula but it gives an error that the page cannot be
    found. Do I insert a address in between the paranthesis? Sorry, not sure how
    to apply this.
    Thanks for your support on this as it would definately be an asset to have
    working.

    canadianflower Guest

  5. #4

    Default Re: Create a Browse to File Button

    That was just the method name to give you something to search for in the
    Configuration folder. There are lots of parameters (many of them are
    optional) for that method. You should be able to find an example for images.

    Also, you'll need to create a button (or some other element) on your
    page and hook your call up to the onClick() event.

    HTH,
    Randy

    > copy and pasted your formula but it gives an error that the page cannot be
    > found. Do I insert a address in between the paranthesis? Sorry, not sure how
    > to apply this.
    Randy Edmunds 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