upload form in flash

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default upload form in flash

    Hi all,

    some one can explain me if it's possible to upload with a form made in flash with coldfusion MX7 ?

    thx a lot. ;-)

    lemmings

    lemmings_15 Guest

  2. Similar Questions and Discussions

    1. Multiple Image Upload Form w. Flash
      I need to build a form to allow users to upload many image files all from the same page. Can Flash be used to do this? If so, please tell me what...
    2. file upload form enctype="multipart/form-data
      I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a...
    3. Flash Form - Upload File
      I know that when using the CFFORM tag with type = Flash, it says you cannot use the input file tag. Has anyone found a way to upload a file with a...
    4. Form with file upload box
      Hi, I've designed a form that when submitted adds to an access database. But I need to include a 'file upload' field. Do I put this in it's own form...
    5. form upload images using php form script
      Hi, I normally use CGI to process my html forms. However, this time I need/want to use PHP. Can anyone point me in the direction of a php...
  3. #2

    Default Re: upload form in flash

    The file type is currently not supported, see below from documentation.

    type
    Optional;

    All
    text
    The input control type to create:

    button: push button.
    checkbox: check box.
    file: file selector; not supported in Flash.
    hidden: invisible control.
    image: clickable button with an image.
    password: password entry control; hides input values.
    radio: radio button.
    reset: form reset button.
    submit: form submission button.
    text: text entry box.
    datefield: Flash only; date entry field with an expanding calendar for
    selecting dates.

    akulla Guest

  4. #3

    Default Re: upload form in flash

    hi,

    thx a lot.

    is it possible to use an other things to do the same as file: file selector but in flash ?

    thx ;-)

    lemmings
    lemmings_15 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