Works just fine!

 

  1. Make sure ur using a multi-part form
  2. Do not use pound signs when specifying the file field
  3. See livedocs for more detail http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p35.htm#wp3540091

 

You can also try cf-talk, great general CF list.

Cheers,

 

-Stace

 

 


From: Rich Tretola [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 02, 2005 10:22 AM
To: [email protected]
Subject: Re: [flexcoders] upload in central

 

  • So is this completely unreliable ?  In 15 test uploads, I was able to
    get the form data only twice with the variables being form.FILENAME
    and form.FILEDATA.  So whats the deal, does this work only once in a
    while ?

    Here is a sample of one of the 2 successful uploads that occurred:
    FILEDATA
    /Applications/JRun4/servers/cfmx7/SERVER-INF/temp/cfusion-tmp/neotmp19866.tmp
    FILENAME
    icon.gif

    Rich




    On Apr 1, 2005 9:50 PM, Rich Tretola <[EMAIL PROTECTED]> wrote:
    > I already tried that and did not have anything in form, or url scope.
    >
    > On Apr 1, 2005 3:57 PM, Spike <[EMAIL PROTECTED]> wrote:
    > >
    > > Use cflog to log the names of the form fields that get posted.
    > >
    > > You can then check the log file to see what the name was.
    > >
    > > Spike
    > >
    > > Rich Tretola wrote:
    > > > Does anyone know the reference that I need to use on the coldfusion
    > > > side of a flex/ventral upload ?  I know that the .cfm page is being
    > > > called but I don't know what to reference in the cffile tag ?
    > > >
    > > > <cffile action="">
    > > >               filefield="????????"
    > > >               destination="#tempImageDir#"
    > > >               nameconflict="MAKEUNIQUE"
    > > >               accept="image/*">
    > > >
    > > >
    > > >
    > > > Yahoo! Groups Links
    > > >
    > > >
    > > >
    > > >
    > > >
    > > >
    > > >
    > > >
    > >
    > > --
    > >




Yahoo! Groups Links

Reply via email to