I have essentially the same code as you. Thats why its so frustrating!

On Fri, 19 Nov 2004 12:10:49 -0800, Bob Haroche
<[EMAIL PROTECTED]> wrote:
> Clint Tredway wrote:
> > thats what I thought.. its just frustrating as I have a client
> > deadline and this is not helping
> 
> I use a file upload function on my Crystal Tech MX account without
> problem -- just checked it.
> 
> I don't know anything about using a temp directory, but I have set the
> permissions for my designated upload directory to allow the account
> owner to have full permissions, and to have "everyone" have read and
> execute permissions. FWIW, here's my upload code on the action page
> (receiving from an upload form with 5 file upload fields).
> 
> <!--- Upload only for file fields with content.  --->
> <CFLOOP from="1" to="5" index="i">
> <CFSET ThisfileUploadExpression = "Form.fileUpload#i#">
> <CFSET ThisfileUpload=Evaluate("#ThisfileUploadExpression#")>
> <CFIF Len(Trim(ThisfileUpload))>
>   <CFFILE
>    action="Upload"
>    filefield="fileUpload#i#"
>    nameconflict="overwrite"
>    destination="D:\path\to\my\upload\directory\">
> </CFIF>
> </CFLOOP>
> 
> HTH.
> 
> -------------
> Regards,
> Bob Haroche
> O n P o i n t  S o l u t i o n s
> www.OnPointSolutions.com
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184928
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to