开发者

uploading a file in coldfusion

开发者 https://www.devze.com 2023-03-30 01:24 出处:网络
We would like to know if there is a way to upload a file by using coldfusion.Our requirement is to upload a csv file..So intially we move the csv file data to a temporary table and thenwe shud write a

We would like to know if there is a way to upload a file by using coldfusion.Our requirement is to upload a csv file..So intially we move the csv file data to a temporary table and then we shud write a proc and call开发者_C百科 it that would kick of the actual upload process.


The simple answer is, yes. ColdFusion makes this is quite a simple process. Just read the CF9 docs concerning cffile (http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.html)

0

精彩评论

暂无评论...
验证码 换一张
取 消