hey guys
i want to send a picture as an attachment from gallery
using httpclient example
thanx in advance
hey guys
i want to send a picture as an attachment from gallery
using httpclient example
thanx in advance
Hi,
I want a car, house, plane, night club...
No - really where exactly is the problem? Load images from gallery, encode them ino CFbsBitmap, scale them, show them in a listbox, allow user to select which images he/she wants to send, then encode them into some web safe format, probably Base64 and upload them in the POST http request to the web site.
BR
STeN
thanx stenlik
i like your style as u define the concept car,plane etc :-)
could you pls tell me any example(source code) in which i can
1. load images from gallery
2. encode them into CFBSBitmap,scale them
3. show them in list box
thats it!!
thanx
Hi,
- For images loading and decoding you can use the CImageDecoder or CMdaImageFileToBitmapUtility class
- To know how to use listboxes check wiki (e.g. http://wiki.forum.nokia.com/index.php/List_box_example) and SDK examples.
- You can find many tips and code snippets directly on the discussion board.
BR
STeN