共3条
1/1 1 跳转至页
Flex+Socket

the goodnew is I create a class for everone upload local files to server. it's so cool huuuu??
here is screen shoot.
here is source:
Download Source
Source include two csharp project, the one is server provider, another is server cons.
And source also include flex demo.
This example is very simple ,but buggy. 'Cos I am hardware designer,I didn't have so much time on my soft design.And all of this is just for fun.
.........
C# Server will listen port 8000,and waiting for client.
Any client connect to server,will be managed by clientManager. In the same time, socket will be push in List.
When flex write bytes to server.
server will get file length first.
Because I write file length use Unsighed Int:
socket.writeUnsignedInt(ul.data.length);
It spend 4 bytes space.So we must handle this in c#.
.and PLS REMEMBER:Buffer only have 8k (8192bytes).So,we must make loop for all bytes uploaded.In C#,We can easily make this by using socket.Available.
I am so glad to everyone modify it.If possible, I'm really happy to recive ur patched file.
Any question ,pls mail me: yx.shawn@gmail.com
源代码中包含C#和FLEX的例子,例子很简单,但可能也会有很多bug.希望大家如果有兴趣,或者方便的话修改后发一份给我.这是一个十分简单的 Flex socket的例子.传说中Flex的bytesArray+Socket会很强大.所以,就试了一下,还不错:-)
===================
Keywords:
Flex ByteArray Socket Csharp C# upload file
关键词: Flex+Socket
共3条
1/1 1 跳转至页
回复
打赏帖 | |
---|---|
C语言函数宏的三种封装方式被打赏50分 | |
嵌入式LinuxC语言程序调试和宏使用技巧被打赏50分 | |
让代码中包含最新的编译时间信息被打赏50分 | |
【分享开发笔记,赚取电动螺丝刀】STM32F769LVGL优化显示被打赏26分 | |
rtthread硬件加密--2crc加密分析被打赏10分 | |
【分享开发笔记,赚取电动螺丝刀】STM32F769驱动ST7789以及显示优化被打赏36分 | |
【分享开发笔记,赚取电动螺丝刀】S32K146 PAL模拟I2C驱动适配被打赏23分 | |
我想要一部加热台+电源硬件设计规范被打赏16分 | |
我想要一部加热台+LED背光驱动芯片RT9293知识被打赏18分 | |
【分享开发笔记,赚取电动螺丝刀】S32K146 ADC 模块配置使用被打赏24分 |