Sending File in Chunks.... | developer.brewmp.com Sending File in Chunks.... | developer.brewmp.com

Developer

Sending File in Chunks....

Forums:

Hello Everyone ... well i m having some problems in sending or uploading file to the server... actually the size of the file is too large, say 500 KB, now i m trying to send that file in chunks, say of 5000 bytes, but the problem is that when i sent the first chunk, by using IWeb_GetResponse(), it works correctly.. but after reading the response from the server when i sent another chunk then its not getting to server .. i.e. it works only for the first chunk and then the application just hangs (after the second call to IWeb_Getresponse()).

So plz tell me is there any other way to send a file in chunks?? . . or guide me if i m doing somethng wrong .... thanx in advance .. byezz..