Flickr Uploadr Proxy Configuration
If you're new here, you may want to subscribe to the Perfect Blogger RSS feed. Thanks for visiting!

Many of you have probably notice the recent update of a Flickr Uploadr - a great tool for bulk uploads of your new photos to Flickr. I’ve been a fan of Flickr for quite some time, and plan to use it for photo streams on some of my blogs in the near future.
I absolutely love the new interface and yet simpler and more effective interface of the 3.0.x beta, but was, like most of you, startled to find out the proxy unfriendliness of Flickr Uploadr 3.0.x.
There’s no mentioning about proxy configuration in the Settings dialogue, and that’s why you will have to fix it yourself. Luckily for all, it’s not a complex process.
Configure Flickr Uploadr to use proxy
Here’s what you need to do:
1. Make sure Flickr Uploadr is closed
2. Confirm your current proxy configuration
Internet Explorer proxy settings
In Internet Explorer, go to the Tools menu, pick the Internet options menu, then select the Connections tab and click the LAN Settings button:

After this, you will see the current proxy settings. Simply take note of the name of the proxy server (proxy on the sreenshot) and its port (8080 in my case):

Proxy settings in Firefox

And here’s how your proxy settings window will look. Once again, note the name of the server (proxy in this example) and its port (8080, which is pretty standard):

3. Locate the configuration file for your Flickr Uploadr.
Most likely, it is called C:\Program Files\Flickr Uploadr\defaults\preferences\prefs.js
4. Add the proxy settings to Flickr Uploader config file
Open the file in any text editor (Notepad, for instance) and add the following lines to this file (replace the AAA.BBB.CCC.DDD with the IP address of your proxy server):
pref(”network.proxy.http”, “AAA.BBB.CCC.DDD”);
pref(”network.proxy.http_port”, 8080);
pref(”network.proxy.type”, 2);
Important: Make sure you’re saving the file as clear (ASCII) text, and not a Microsoft Word or RTF document!
5. Restart the Flickr Uploadr
6. Enjoy!
That’s it! Let me know if you need any further help with getting your proxy to work.
Like flickr? Buy this book!
![]() |











February 18th, 2008 at 6:01 am
It should be something like this.
pref(’network.proxy.http’, ‘myproxy.domain.com’);
pref(’network.proxy.http_port’, 8080);
pref(’network.proxy.type’, 1);
Notice that it should be an apostrophe instead of quotes. Also, I was able to get it to work with proxy type as 1 and not 2. That part I am not sure why.
February 20th, 2008 at 7:28 pm
Type 1 proxies are “manually configured” and type 2 are for configuration scripts.
http://kb.mozillazine.org/Network.proxy.type
February 22nd, 2008 at 7:36 am
Awesome tutorial, Thanks!
February 24th, 2008 at 9:37 pm
Thanks for great comments! It’s a very good point regarding the type of a proxy - I believe we have our proxy server available through both direct and script-configured connection.
March 29th, 2008 at 12:21 am
Worked!
thanks a lot!
May 8th, 2008 at 2:22 am
Excellent !!!
This should be documented on the flickr site itself or better, the configuration of the proxy should be configurable from the Uploadr GUI !
Thanks anyway, that worked for me
Xav