I connect to the server through the Sockets example app and I have modified it to send an http post with a file. When I send a small file (2.8kb) everything works fine. I have a port sniffer set up...
Type: Posts; User: Fencer04; Keyword(s):
I connect to the server through the Sockets example app and I have modified it to send an http post with a file. When I send a small file (2.8kb) everything works fine. I have a port sniffer set up...
I connect to the server through the Sockets example app and I have modified it to send an http post with a file. When I send a small file (2.8kb) everything works fine. I have a port sniffer set up...
I would also like to know about this, thanks.
Just add it to the end of the url string and open up the browser. That will post the data.
I would like to send a file to a server from a 3650, can this be done using Sockets or is there a better way to do things? Thanks in advace for any help you can give me.
I have downloaded this document but it is not very helpful, is this using wml? I don't understand what I need to do so that I can integrate this into my xhtml page.
Search on google you should find it there!!! :)
I am wondering how I can take the TUInt32 variable that i get when using the bitmap command GetPixel() into a form that can be written to the screen of the phone. Any help would be greatly...
I am experienceing the same problem. My application works fine when I use a picture taken by the General Camera program but when the applicaiton takes its own photo with the MMAPI the image has very...
I am using
BYTE b[] = VideoControl.GetSnapShot(null);
to store the picture in a byte array. I now want to print the contents of this array in bytes, not the image, onto the screen. I have tried...
I have been given an application that is in the middle of development. I have all the C++ files and the mmp file (which I used to create a Code Warrior project) but there is no package file. How do I...
I am also having a problem, thed SDK version that I have is 1.9. I copied the template file into the Visual Studio directory and go through the wizard but when I click finish VS crashed. Any help...
I have a link that shows you how to set up your Visual Studio .NET to use the SDK here it is:
...
I am assuming that nokia has some prewritten APIs for using the camera on the 3360 and 7650 as well as some other APIs. If this is the case where can I find them? Also, any help getting started in...