Archive

Archive for the ‘TWG Flash Uploader’ Category

The new TWG website is online

February 17th, 2010

Hi,

The new layout of the TWG website is online.

  • A new header line with a section for each of the tools for easier navigation.
  • A complete new entry page for easier navigation.
  • The new logo is included
  • The new versions of TWG/JFU/TFU/WPU are online – more details about them in following posts.

Just go there by yourself – everything should be nicer now…

The blog will soon move from blog.tinywebgallery.com to www.tinywebgallery.com because I want to include the 3 latest news always on the main page and I need direct access to the wordpress classes for this. So please don’t wonder if you will be redirected if you go to the blog!

Have fun using TWG/JFU/TFU/WFU,

Michael

TFU 2.10.7 is available

February 4th, 2010

TFU 2.10.7 can be downloaded now. It took quite a while because I extended the plugin part and you are now able to log each action!

  • New: Upload of files with the size 0. This is not supported directly by flash upload. I do this by creating the file through a direct php call.
  • New: Download of 0 KB files are now disabled because flash does not support this.
  • New: Plugins are now called by file functions (e.g. delete, create folder) too. Check the updated plugins and the new help on the plugin page.
  • Fix: $hide_hidden_files was not working properly because this settings was not used for actions like preview, delete… Please update to this version or don’t use this feature because at delete the wrong files would be deleted!
  • Fix: The new zip class was not compatible to php 4.x – now it is.

PLEASE NOTE: The log plugins on the website are currently not compatible with this version. You have to open them an replace the function debug with tfu_debug.

And here is the link:
http://www.tinywebgallery.com/dl.php?file=tfu2107

If you have any problems please let me know!

JFU 2.10.7 will be available in a few days. I’m just waiting for the feedback of some testers!

Have fun using TFU,
Michael

TFU/JFU 2.10.7 are almost ready

January 23rd, 2010

Hi,

TFU/JFU 2.10.7 are almost ready.

If someone wants to test them please contact me.

This is the new stuff:

TFU:

- New: Upload of files with the size 0. This is not supported directly by flash upload. I do this by creating the file through a direct php call.
- New: Download of 0 KB files are now disabled because flash does not support this.
- Fix: $hide_hidden_files was not working properly because this settings was not used for actions like preview, delete… Please update to this version or don’t use this feature because at delete the wrong files would be deleted!
- Fix: The new zip class was not compatible to php 4.x – now it is.

JFU:

- New: Updated TFU to version 2.10.7
- New: Added $truncate_dir_in_title to the configuration.
- New: Added $hide_hidden_files to the configuration.
- New: Added the new logo to JFU
- New: Added icons to the menu entries.

Best,

Michael

Please update TFU 2.10.6 if you already use it!

January 15th, 2010

Hi,

I have found a bug when

$hide_hidden_files is set to true!

If you are already use TFU 2.10.6 please don’t change $hide_hidden_files (default is false) or update to the 2.10.6 you can download now.

- Michael

TFU 2.10.6 is released

January 3rd, 2010

Hi,

I have added a couple of new enhanements and a bugfix if you hide the remote view.

  • New: I use a new implementation for zipping files now – it only uses 2 time the file size of a single file and NOT the size of the whole zip in memory! This makes zip downloads much more powerful because for images even little php memory is enough.
  • New: $hide_hidden_files option added – all files starting with a . can now be automatically hidden.
  • New: The new logo was integrated on the info page of the flash
  • New: Added the new logo to the TFU demo page.
  • New: Hungary and Romanian language files added.
  • Fix: When hiding the remote view the upload never finished – Don’t know in which version this feature broke.

JFU will be updated right now and will be available with the new TFU in the next days.

Have fun using JFU,

Michael

Author: TinyWebGallery Categories: TWG Flash Uploader Tags:

TFU/JFU 2.10.5 is available

December 20th, 2009
TWG Flash Uploader

Is now available in version 2.10.5. All users of 2.10.2 or 2.10.3 should update to this version! I have implemented a cool upload verification in 2.10.2 but this was showing a ugly warning sometimes. I reimplemented this (Thanks to Eric for testing) and now it works pretty good. Additionally I added a detection if the session gets lost and how to fix this problem. I have improved upload of big files and fixed some minor bugs. Pleae check the history.txt for details.

The next important feature of TFU will be FTP support for managing directories.

Joomla Flash Uploader

Is now also available in version 2.10.5. TFU 2.10.5 is included and many improvements have been added again e.g.:

  • The Joomla session is now refreshed on the upload page – so users are not logged out after a long upload.
  • It’s now possible to define a profile for each or the 3 backend roles of Joomla.
  • The tfu folder can be located in the site or the administration. This makes it possible to use a .htaccess file to protect the administration area im Joomla!
  • Debuging is available in the administration.

In the next version of JFU I will add an administration for the post processing plugins where you already find 5 on the website.

Have fun using TFU/JFU,

Michael

TWG has a new logo

December 18th, 2009

Hi,

TWG has a new logo. A friend of mine was designing a new logo for TWG that works for an image gallery as well as for an uploader.
If you go to www.tinywebgallery.com you already can see the favicon in the address bar.
I’m currently preparing the new pages with the new logo and I will release this together with TWG 1.8

So stay tuned…

- Michael

Register TWG/TFU/JFU/WFU for free using Trialpay

November 11th, 2009

Hi,

It’s now possible to get the Standard License for free using Trialpay.

Try or buy one offer from your preferred brands and get a Standard License — free. TrialPay uses money from the advertiser to pay for your product. It’s that easy.

On the registration page you now have the option to register though trialpay as well.

Best,

Michael

TFU 2.10.4 released

October 27th, 2009

Hi,

For TFU the version the demos’s are already running is now available:

  • New: TFU does now automatically detect the session loss and tries to provide a workaround. This was already done since TFU 1.7 but now this does work on many more servers and messages are shown in the flash to tell the user what to do!
  • Fix: I reimplemented the image magick resize. Now 2 ways are done. First I try to resize the existing file. If this fails I resize the file to a different name and copy the resized file back to the destination.

Please download 2.10.4 again if you have downloaded it before the 26th of October or if you use TFU 2.10.2 or 2.10.3. I have found out that the detection for the proxy was not covering upload with many small files. Now this is covered too!

http://www.tinywebgallery.com/en/tfu/web_overview.php

The JFU version will come in a couple of days because I’m adding new features there right now too!

Have fun using TFU,

Michael

Demos for TFU/JFU are updated

October 24th, 2009

Hi,

I have updated the demos of TFU/JFU to the soon coming version 2.10.4. The old demos where not working anymore because my hoster changed some settings and I did not notice this right away.

The good news are that I have increased the session loss detection exectly because of this. Now it is much easier to get TFU/JFU running on a server.

The detection is already in the how to 12 : http://www.tinywebgallery.com/en/tfu/web_faq.php#12. The new flash does now only tell you to read it to solve your problem.

The demos can be found here: http://www.tinywebgallery.com/en/tfu/web_overview.php

I wil make some enhancements in the GUI of JFU right now. When this is done a new version will be released

- Michael