How to upload files to server with chunks
| Fri, 2008-03-28 10:48 | |
|
Hi, everyone, I want to upload a large file to server, and i use http post to upload, here is my code segment: TInt CHttpXXX::SetHeader( )The code works on symbian 8.1a SDK, but just only work on emulator but can not work on 6680, when I upload a file, the screen has no response. And in symbian9.1 SDK, it can not work on emulator and device, Idon't know which part is wrong, can anybody help me? Thanks verymuch |
|






Forum posts: 1918
1) Put a better title at your thread
2) be more descriptive. What doesn't works ? What happens ? Panic ? Error code ? Just nothing ?
3) That's really weird code:
TBuf8<6000>* temp = new(ELeave) TBuf8<6000>(0);Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 463
Kimnan,
Welcome to the Forum!!
just to add to Eric's suggestion, remember developers help each other not out of force but voluntarily. Pasting almost the whole project without really telling about the problem is torturing them really. You wouldnt want to do it to somebody who wants to help you.
Second..everybody has a deadline and hence every task is 'emergency'. The thread title is to indicate about the thread, so that if you know about you read furthur, else skip the thread. So please help the readers with that one.
Thanks
Forum posts: 2
hi, eric, there is no panic or error code, just there is no any response