> Is there a way of uploading file on a different server other than what i'm > using.. if i try > to upload it locally with a cffile it works but my plan is uploading it to > another one > because of space problems..
Well, the file will initially be uploaded to your server, because that's where the form post is going. However, you could then save the uploaded file to another server; when you use CFFILE ACTION="UPLOAD", you're actually just saving the file that's already been uploaded. For this to work, the CF server will need to have permission to write to a remote share. For CF to have this permission, you will have to run it with a user account that has that permission. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316254 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

