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="UPLOAD"
> > >               filefield="????????"
> > >               destination="#tempImageDir#"
> > >               nameconflict="MAKEUNIQUE"
> > >               accept="image/*">
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> > --
> >
> > --------------------------------------------
> > Stephen Milligan
> > Code poet for hire
> > http://www.spike.org.uk
> >
> > Do you cfeclipse? http://cfeclipse.tigris.org
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to