or 3) you can make http request (for example using http library) to web server
and upload picture using post method. this has advantage that you can process
upload on webserver directly, its only matter of script (php, asp, cgi, anything
you want)

Thomas Damme wrote:
> [EMAIL PROTECTED] schrieb:
>> Hello Everyone,
>> I am developing one application that send bitmap image to server. I
>> dont find any hint to send directly send bitmap to server. So I first
>> want to convert bitmap into jpg file then send jpg file to server. I
>> found that it is possible using Exchange Manager. I havent find yet
>> any exact idea, If any body have please send me. Its very urgent. If
>> you send idea about how convert bitmap into jpg file that also helpful
>> to me. 
> 
> I've never heard of sending a file over IP and the ExchangeManager. Who
> told you?
> 
> What kind of server do you have? Do you know that?
> 
> There are different possibilities:
> 1) You can wrap it into an EMail and send it(code it yourself or use
> VersaMail ot send it for you). The problem here is that you nee a
> program on the server to retrieve the email and save it to a certain
> directory.
> 
> 2) You can use FTP to upload the file. Google for some sourcecode about
> FTP on Palm. You surely will find something. You will need a FTP-Server
> running on your server and a account on it to upload files there.
> 
> Thomas
> 

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to