BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 09-21-2004, 12:01 PM   #1
fabius
Knows Where the Search Button Is
 
Join Date: Sep 2004
Posts: 24
Default setRequestProperty Content-Length don't work

Please Login to Remove!

Hi,

in my code set connection content-length
by

c.setRequestMethod(HttpConnection.POST);
c.setRequestProperty("User-Agent", "BlackBerry/3.2.1");
c.setRequestProperty("Content-Language", "en-US");
c.setRequestProperty("Content-Length", String.valueOf(length));

and write in outputStream
by

byte[] requestArray = request.getBytes();
for (int i = 0, l=requestArray.length; i < l; i++) {
os.write(requestArray[i]);
}

but if requestArray is too large, write operation fails!

Why?
c.setRequestProperty("Content-Length"... works in 7230 Handheld?

Thanks for any suggestion.
fabius
Offline  
Old 09-21-2004, 08:17 PM   #2
eradis
Talking BlackBerry Encyclopedia
 
Join Date: Sep 2004
Model: 8700r
Carrier: Rogers
Posts: 221
Default

If it works on the 7230 it should work? Are you trying this on a real device? What model is it not working on?
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


128K RAM - APPLE - ORIGINAL APPLE prototype BOARD picture

128K RAM - APPLE - ORIGINAL APPLE prototype BOARD

$408.75



APPLE 630-0895-B  VRAM 128K X 8 BOARD CARD VINTAGE picture

APPLE 630-0895-B VRAM 128K X 8 BOARD CARD VINTAGE

$74.77



APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD  picture

APPLE 820-0522-A 630-0895-B LITE VRAM 128K X 8 BOARD

$149.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.