开发者

How to transfer the text file data from Flex to PHP or JSP?

开发者 https://www.devze.com 2023-03-27 17:51 出处:网络
I would 开发者_如何学运维like to save the text(paragraphs) in the StringBuilder and would like to transfer the String Builder to PHP or JSP to retrieve and save the StringBuilder info in the form of t

I would 开发者_如何学运维like to save the text(paragraphs) in the StringBuilder and would like to transfer the String Builder to PHP or JSP to retrieve and save the StringBuilder info in the form of text file in Tomcat Server.

I am experiencing issue in transfering the text file info from Flex to PHP or JSP. Can you guys help me ?

Serenity


From the Flex side you just need to use the HttpService class to post your data to PHP, then save the data to the database from there. This article pretty much sums the whole thing up:

http://help.adobe.com/en_US/Flex/4.0/AccessingData/WS2db454920e96a9e51e63e3d11c0bf69084-7fdc.html

Happy coding!

0

精彩评论

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