[thelist] Possible with CF

CDitty mail at redhotsweeps.com
Thu Aug 23 22:35:13 CDT 2001


Thanks.  That got it.  This is not an avenue I would have prob gone down.

Thanks for saving me HOURS.  :)

Chris

At 08:58 PM 8/23/2001, you wrote:
>I assume you know how to call a script on a scheduled basis. As for doing
>the file upload, use CFHTTPPARAM. Example:
>
><CFSET URLSTR = "http://www.whereever.com/foo.cfm">
><CFHTTP URL="#URLSTR#" METHOD="POST">
>         <CFHTTPPARAM TYPE="FILE" NAME="FormFieldName" FILE="c:\foo.txt">
></CFHTTP>
>
>This _should_ work.
>
>=======================================================================
>Raymond Camden, Principal Spectra Compliance Engineer for Macromedia
>
>Email    : jedimaster at macromedia.com
>Yahoo IM : morpheus
>
>"My ally is the Force, and a powerful ally it is." - Yoda
>
> > -----Original Message-----
> > From: thelist-admin at lists.evolt.org
> > [mailto:thelist-admin at lists.evolt.org]On Behalf Of CDitty
> > Sent: Thursday, August 23, 2001 8:36 PM
> > To: thelist at lists.evolt.org
> > Subject: [thelist] Possible with CF
> >
> >
> > This is a repost.  I didn't see the first on come through.
> >
> > I have to upload a file from one server to another via the http upload
> > method.  (FTP in not allowed)  This has to be an automated
> > process.  I have
> > been able to get this to work manually, but cannot get it to work
> > automatically.  Can anyone offer any suggestions on how to
> > accomplish this?
> >
> > I was able to find an automated form submit, but I cannot get it to work
> > with the upload process.  I can't get the input box to accept a value=""
> > flag.
> >
> > Any ideas?
> >
> > This is all being done in CF.
> >
> > Thanks
> >
> > Chris
> >
> >
> > ---------------------------------------
> > For unsubscribe and other options, including
> > the Tip Harvester and archive of TheList go to:
> > http://lists.evolt.org Workers of the Web, evolt !
>
>
>---------------------------------------
>For unsubscribe and other options, including
>the Tip Harvester and archive of TheList go to:
>http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list