Flash File Upload Calling CF Page

View: New views
3 Messages — Rating Filter:   Alert me  

Flash File Upload Calling CF Page

by Michael Ryan-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I downloaded a flash form multi file upload script that I need to create the file upload portion for in CF.  The upload script will call the CF page numerous times so how do I close/stop this page after it uploads a file.

<cffile action="upload"
 destination="my folder"
                nameConflict="overwrite"
                fileField="Filedata" >


thanks for any help.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4844
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.15

Re: Flash File Upload Calling CF Page

by Michael Ryan-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> I downloaded a flash form multi file upload script that I need to
> create the file upload portion for in CF.  The upload script will call
> the CF page numerous times so how do I close/stop this page after it
> uploads a file.
>
> <cffile action="upload"
 
> destination="my folder"
> nameConflict="overwrite"
> fileField="Filedata" >
>
>
> thanks for any help.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4845
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.15

Re: Flash File Upload Calling CF Page

by Michael Ryan-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> I downloaded a flash form multi file upload script that I need to
> create the file upload portion for in CF.  The upload script will call
> the CF page numerous times so how do I close/stop this page after it
> uploads a file.
>
> <cffile action="upload"
 
> destination="my folder"
> nameConflict="overwrite"
> fileField="Filedata" >
>
>
> thanks for any help.




Never mind I figured out my problem.............  

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists
Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4846
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.15