Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User DanSiddiqui's Avatar
    Join Date
    Apr 2011
    Posts
    83
    I want to know, how can i implement download wallpaper [.jpg image] functionality in my application
    on button click or is there any other way to download image please reply.

  2. #2
    Registered User DanSiddiqui's Avatar
    Join Date
    Apr 2011
    Posts
    83
    please reply ....

    I want to know, how can i implement download wallpaper [.jpg image] functionality in my application
    on button click or is there any other way to download image please reply.

  3. #3
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    831
    Hi,

    Is your app a WRT widget or Series 40 web App?

    -Ilkka

  4. #4
    Registered User DanSiddiqui's Avatar
    Join Date
    Apr 2011
    Posts
    83
    its a WRT application (.wgz installation file) developing for symbian 3 devices.

  5. #5
    Nokia Developer Moderator isalento's Avatar
    Join Date
    Jun 2008
    Location
    Tampere
    Posts
    831
    Something like this may work.

    HTML Code:
    <button onclick="widget.openURL('http://yourdomain.com/getimage.php');">Download photo</button>
    getimage.php

    PHP Code:

    <?php

    header
    ("Cache-Control: no-cache, must-revalidate");

    header("Expires: Sat, 26 Jul 1997 05:00:00 GMT");  

    header('Content-type: "image/jpeg"');

    header('Content-Disposition: attachment; filename="wallpaper.jpg"');

    readfile('wallpaper.jpg');

    ?>
    -Ilkka

  6. #6
    Registered User DanSiddiqui's Avatar
    Join Date
    Apr 2011
    Posts
    83
    Thanks alot isalento
    its working ........................

Similar Threads

  1. On button click, send value to textfield
    By LWCARAB in forum Symbian C++
    Replies: 2
    Last Post: 2010-03-18, 13:20
  2. click on button and radio button
    By videoFx in forum [Archived] Flash Lite on Nokia Devices
    Replies: 1
    Last Post: 2009-10-22, 23:29
  3. download jpg file from xml
    By apus29 in forum Symbian C++
    Replies: 5
    Last Post: 2009-07-15, 12:57
  4. How to create an Image from a .jpg file on the MMC card.
    By jerry.ma in forum Mobile Java General
    Replies: 1
    Last Post: 2007-05-28, 06:53
  5. .jpg file download via WAP true COD file.
    By 1pieter in forum Mobile Web Site Development
    Replies: 3
    Last Post: 2003-08-28, 19:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved