从 flash builder 写入服务器上的 JSON 文件
我有一个简单的 DataGrid,它从服务器上托管的 JSON 文件获取数据。 我正在使用构建数据连接向导,它效果很好。 现在我想让用户操作数据并将其发送回 JSON 文件。 我尝试向数据网格添加一个表单,但它仅更改应用程序上的数据,并且不会影响服务器上的文件。
任何帮助或指导我应该如何做将不胜感激。
沙尼
I have a simple DataGrid that gets the Data from a JSON file hosted on a server.
I am using the build Data Connection Wizard and it works great.
Now I want to let the user manipulate the data and send it back to the JSON file.
I tried to add a form to the data grid but it changes only the data on the application and it is not influencing the file on the server.
any help or direction how should i do that will be appreciated.
Shani
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧我终于用了
AMFphp 并编写了我自己的函数。
Well i finally used
AMFphp and wrote my own functions.