login | register
Sun 21 of Mar, 2010 (03:57 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheHistoryPrint

Archived Picture Upload with Fisheye under Windows

Archived Picture Upload if running Bitweaver Server on Windows

Created by: Daniel Pott, Last modification: Mon 15 of Jan, 2007 (17:00 UTC)
If you are running a Webserver with Windows and want your users to use the fisheye image gallery, you should follow the following steps so they can directly upload archived images.

Requirements:

Tasks:
  1. Put the contents of all your decompressor packages into a folder on the webserver, e.g. "c:\webserver\tools\archiving". Make sure e.g. unzip and unrar are in the same folder (different ones work as well but this makes it easier).
  2. If you have unzip.exe and unzip32.exe in the archiving package, delete unzip.exe and rename unzip32.exe to unzip.exe.
  3. Go to "Start-Settings-System Settings-System-Advanced-Environment Variables-System Variables" look for "PATH" and edit it. Add the folder from above "c:\webserver\tools\archiving" (without quotes) after a semicolon ";" to the existing paths. Your "PATH" variable should now look like this (or similar): "c:\programme\imagemagick-6.3.1-q8;C:\WINDOWS\system32;C:\WINDOWS;C:\Webserver\tools\archiving".

Archive upload with RAR or ZIP should work fine now.
For TARed and STUFFed files just follow the above steps and make sure you have a file called "tar.exe" and "unstuffed.exe" in your archiving-folder.

Related Items

Packages

A list of packages available for installation

Anatomy of a Package  •  Archived Picture Upload with Fisheye under Windows  •  Bitweaver Features  •  bitweaverPackage  •  GatekeeperPackage  •  MessagesPackage  •  MetaPackage  •  PackageVisionBtodoroff  •  phpdoc content status  •  phpgedview_tables  •  PortingTikiWikiPackages  •  QuotaPackage  •  SmileysPackage  •  StencilsPackage  •  StoragePackage  •  Tutorial_Custom_Package  •  Alex Nick  •  nanden

Packages » Optional Packages

Packages that can be added to bitweaver to expand the core functionality.

Lucene in the Sky with Diamonds!  •  Newsletters News and Center Pieces are Falling Into Place  •  AddressPackage  •  Archived Picture Upload with Fisheye under Windows  •  AuthenticationPluginMultisites  •  BitcartPackage  •  bitUnitPackage  •  Bitweaver Features  •  BlogsPackage  •  BnspellPackage  •  BoardsPackage  •  CalendarPackage  •  CascaderPackage  •  CategoriesPackage  •  ChatterboxPackage  •  CvsviewPackage  •  DamoboardsPackage  •  DirectoryPackage  •  FisheyePackage  •  GalaxiaPackage  •  GmapPackage  •  HotwordsPackage  •  LDAPContactsPackage  •  LibertyformPackage  •  LucenePackage  •  MapperPackage  •  MetaPackage  •  MultisitesPackage  •  NewslettersPackage  •  NexusPackage  •  PdfPackage  •  PersonPackage  •  PhpBBPackage  •  PhpgedviewPackage  •  PigeonholesPackage  •  PodcastsPackage  •  ProtectorPackage  •  ProtectorService  •  QuicktagsPackage  •  RecommendsPackage  •  RSSPackage  •  SamplePackage  •  SamplePackageDissection  •  SearchPackage  •  SemaphorePackage  •  ShoutboxPackage  •  SitehomePackage  •  SpamuraiPackage  •  StarsPackage  •  StatsPackage  •  StickiesPackage  •  TagsPackage  •  TreasuryPackage  •  UpstallPackage  •  WikiPackage  •  Packages  •  magickwand-0.1.3.tar

Documentation

Archived Picture Upload with Fisheye under Windows  •  AuthenticationPlugins  •  bitweaver and TikiWiki  •  bitweaver Documentation Project  •  Bitweaver Features  •  bitweaverOverview  •  Bitweaver Overview  •  CamelCase  •  content  •  DataPluginLibrary  •  Documentation  •  InstallbitweaverDoc  •  layout  •  Screenshots  •  SearchPackageDevNotes  •  StyleLayouts  •  Top 10 things to do immediately after installing Bitweaver  •  WhybitweaverIsCool  •  Custom User Fields example  •  Custom User Fields result

Documentation » Tutorials

Tutorials to help you work out how something in bitweaver is done

Archived Picture Upload with Fisheye under Windows  •  Configuring multisites  •  Creating Screencasts  •  DatabaseTestsAndFixes-Firebird  •  GalaxiaTutorial  •  Groups and Permissions  •  Home Page Tutorial  •  Install pspell on Windows  •  IntegrationTutorial  •  JavaScript Module Tutorial  •  Migrating Users Between Bitweaver Sites  •  phpBB to Boards Upgrade  •  phpbbTutorial  •  Sandbox  •  Schema tutorial  •  SearchPackageDevNotes  •  Speed optimisation  •  Squirrel Mail Integration Tutorial  •  theme compliance with MSIE  •  ThemeTutorial  •  TopBarTutorial  •  TranslationTutorial  •  Tutorial_Custom_Module  •  Tutorial - Liberty Plugins  •  Tutorial - Liberty Plugins II  •  Tutorials  •  Use bitweaver to build a web site that is very nice  •  Wiki Plugin Tutorial  •  Screencasts  •  InstallShots  •  Video: Installation of Bitweaver

Documentation » Technical Documentation

Documentation geared towards developers and people who want to learn about the core processes of bitweaver

HEAD ON! Support has been added for Pear::DB!  •  Oracle Reservations for Two  •  ReleaseTwo: Shedding that last bits of our roots, finding the core of our being  •  getContentList  •  How to add a pagination to an object list  •  Moving bw in another directory  •  safe mode on / open_base_dir  •  sequence and auto  •  Anatomy of a Package  •  APIDocumentation  •  Archived Picture Upload with Fisheye under Windows  •  Bitweaver and Browser Cookies  •  bitweaverCVS  •  bitweaverPerformance  •  Contribute Code  •  CreatingServices  •  CssSchema  •  Divs vs Tables  •  InstallbitweaverDoc  •  IntegrationTutorial  •  LibertyFormats  •  LibertyMime  •  LibertyServices  •  MySQL and character encoding  •  phpdoc content status  •  PortingTikiWikiPackages  •  PrototypeAjaxObject  •  PrototypeReference  •  SamplePackage  •  SearchPackageDevNotes  •  TUTORIAL - Displaying Icons ONLY to AUTHORS of the page  •  Tutorial - Liberty Plugins  •  Tutorial - Liberty Plugins II  •  UsersDoc

Comments

Reply to this comment

by hiran, Mon 15 of Jan, 2007 (17:34 UTC)
You are running Apache as a service? Then make sure you set the system path rather than the user's path....
Reply to this comment

by Daniel Pott, Mon 15 of Jan, 2007 (21:06 UTC)
Well yes. Definitely the "System Variable" not the "user variable". But I belive I wrote that.