2008/02/05

Flickr Uploader 3


Flickr Uploader 3
Originally uploaded by myfear
More information about the proxy settings in the new flickr uploader:

1. Edit Uploader prefs file. Typically, you’ll find it in:
C:\Programm Files\Flickr Uploadr\defaults\preferences\prefs.js

2. Add the following lines to this file:

pref('network.proxy.http', 'your.proxy.org');
pref('network.proxy.http_port', 1234);
pref('network.proxy.type', 1);

Where you fill in the needed values for your proxy server and port (printed in bold) Do not (!) use a protocoll for the proxy ... simply the host name!

..oO(make kopies of the original in case I did something wrong :-D)