• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

classes/H03-May-2022-

po/H03-May-2022-4,0243,143

templates/H03-May-2022-7463

Configure.incH A D13-Apr-20084 KiB141122

DirectoryListing.incH A D13-Apr-20083.5 KiB11597

Login.incH A D13-Apr-20083.3 KiB11597

MANIFESTH A D01-Apr-20128.7 KiB155154

NewDirectory.incH A D13-Apr-20083.1 KiB10689

READMEH A D01-Dec-20063.5 KiB7051

RemoteStorageCapabilities.incH A D13-Apr-20082.2 KiB7060

Upload.incH A D13-Apr-20082.9 KiB10386

module.incH A D17-Oct-20082.5 KiB8376

README

1$Id: README 15342 2006-12-01 21:14:46Z andy_st $
2
3IMPLEMENTATION OF NOKIA IMAGE UPLOADER SERVER API V1.1
4
5Author: Jerome Rannikko <jeromer@hotpop.com>
6
7This module implements the Nokia Image Uploader Server API.
8The API specification can be found from the following address:
9http://forum.nokia.com/documents
10
11Currently only the minimum functinality of the interface is implemented,
12namely sections 5.2, 5.2, 5.3, 5.4, 5.5 and 5.6 of the specification.
13
14When you install and configure this module it will create an album for uploads and a
15new user group for 'Mobile Users'. Only users of this group can add albums and other
16items to the mobile upload album. When user first logs in using her Image Uploader
17enabled mobile phone (e.g. Nokia 3650 and 6600) she will be added to the mobile users
18group. The login address is visible in the description of the album (make sure your
19layout shows album descriptions).
20
21If you don't have a mobile phone that supports the protocol you can still play with
22the module.  For example to login using the Image uploader module type
23http://your.gallery/main.php?g2_controller=nokiaupload.Login&Username=<username>&Password=<password>
24in your browser's address field.
25
26If you have trouble using the module you can enable logging to see what's going on.
27Set logged debug mode in config.php and set the log file location.
28
29
30HOW TO USE YOUR MOBILE PHONE'S IMAGE UPLOADER
31
321. First you need an Image Uploader enabled mobile phone.  These include Nokia 3650
33   and 6600.  You also need an Internet connection (GPRS) on your phone.
34
352. Go to the Gallery application on your phone and open the image folder
36   (default name is 'Images').
37
383. Before you can use the uploader you need to set up a new image server for Gallery 2.
39   Select Options > Image uploader > Settings > Image Servers > Options > New image server.
40
41To add a new image server you need to define the following settings:
42  Image server name: Give a name for the new server, for example Gallery 2.
43Access point in use: Select the Internet Access point you use
44          User name: This is your Gallery 2 user name. If not given here, it will be
45                     asked every time you upload an image.
46           Password: This is your Gallery 2 password. If not given here, it will be asked
47                     every time you upload an image.
48        Web address: Enter here the address given in the description of you mobile uploads
49                     album in your Gallery 2. The address will of the form
50                     http://your.gallery/gallery2/main.php?g2_controller=nokiaupload.Login
51 Auto folder naming: Leave this at 'off'.
52
53Save the setting by selecting 'Back'.
54
554. Next you will choose the active server. Select Back > Image server in use. From the
56   list of existing servers select the server your just created in the previous step.
57   After you have chosen the server select 'Back'.
58
595. Now you are ready to upload images to your Gallery 2! In the image folder on your
60   phone browse to the image you want to upload. Select Options > Image uploader > Upload.
61   Now the phone connects to your Gallery 2 account and retrieves a list of folders where
62   you can upload images. You can select a folder from a list or create a new one. After
63   you have selected the folder (or the new folder is created) the image will be uploaded
64   to your Gallery 2.
65
66Hint: To upload more than one image at a time, first mark (select Options > Mark) the
67images you want to upload and then do as instructed in step 5. All images will be uploaded
68in the same folder.
69
70